FailureDetails class
The details of the step failure. The service attempts to detect the root cause for many common failures.
Constructors
- FailureDetails({String? logFile, String? message, String? reason})
-
FailureDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logFile → String?
-
The path to the log file where the step failure root cause was originally
recorded.
final
- message → String?
-
The descriptive message including the error the Amazon EMR service has
identified as the cause of step failure. This is text from an error log that
describes the root cause of the failure.
final
- reason → String?
-
The reason for the step failure. In the case where the service cannot
successfully determine the root cause of the failure, it returns "Unknown
Error" as a reason.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited