FailureDetails class

Represents information about failure details.

Constructors

FailureDetails({required String message, required FailureType type, String? externalExecutionId})

Properties

externalExecutionId String?
The external ID of the run of the action that failed.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message about the failure.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FailureType
The type of the failure.
final

Methods

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

Operators

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