AmplifyError class abstract

An non-recoverable error occurring within an Amplify category or plugin.

Inheritance
Mixed in types
Implementers

Constructors

AmplifyError(String message, {String? recoverySuggestion, Object? underlyingException})
An non-recoverable error occurring within an Amplify category or plugin.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A description of the error.
final
recoverySuggestion String?
Details on how to fix the issue, if available.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeName String
The string value of runtimeType, saving a runtime lookup and preventing obfuscation during web compilation.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
underlyingException Object?
The exception which caused this, if any.
final

Methods

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

Operators

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