ConfigFileException class

Structured error for an invalid/incomplete --config input — never a silent default (FR-045, SC-015, CF-2). exitCode is 2 for a malformed invocation (unparsable YAML) and 4 for an otherwise-invalid Blueprint, per contracts/exit-codes.md R2.

Implemented types

Constructors

ConfigFileException(String code, String message, {int exitCode = 4})
const

Properties

code String
final
exitCode int
final
hashCode int
The hash code for this object.
no setterinherited
message String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited