CarpenterCommandFailed class final
Lifecycle event emitted when command execution throws.
- Inheritance
-
- Object
- CarpenterCommandExecutionEvent
- CarpenterCommandFailed
Constructors
-
CarpenterCommandFailed({required String commandId, required String title, required String group, required List<
CarpenterCommandEffect> effects, required Object error, required StackTrace stackTrace}) -
Creates a failed event with the original
errorandstackTrace.const
Properties
- commandId → String
-
Stable identifier of the command that produced this lifecycle event.
finalinherited
-
effects
→ List<
CarpenterCommandEffect> -
Immutable semantic effects captured before execution begins.
finalinherited
- error → Object
-
Original error thrown by command execution.
final
- group → String
-
Command group captured at invocation time.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBlocking → bool
-
Whether the captured effects include a blocking-command marker.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace
-
Stack trace captured with error.
final
- title → String
-
Command title captured at invocation time.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited