ConfigurationError class

An error occurring during configuration of an Amplify plugin, typically the result of missing values needed for that plugin to function properly.

This is a non-recoverable error only thrown during the call to Amplify.configure. If that call succeeds, developers do not need to worry about future configuration errors.

Inheritance

Constructors

ConfigurationError(String message, {String? recoverySuggestion, Object? underlyingException})
An error occurring during configuration of an Amplify plugin, typically the result of missing values needed for that plugin to function properly.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A description of the error.
finalinherited
recoverySuggestion String?
Details on how to fix the issue, if available.
finalinherited
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 setteroverride
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.
finalinherited

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.
inherited
toString() String
A string representation of this object.
inherited

Operators

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