FailureDetails class

Information about an Automation failure.

Constructors

FailureDetails({Map<String, List<String>>? details, String? failureStage, String? failureType})
FailureDetails.fromJson(Map<String, dynamic> json)
factory

Properties

details Map<String, List<String>>?
Detailed information about the Automation step failure.
final
failureStage String?
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
final
failureType String?
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
final
hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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