FlutterAppAuthPlatformErrorDetails class
The details of an error thrown from the underlying platform's AppAuth SDK
Constructors
Properties
- code → String?
-
An error code from the platform's AppAuth SDK.
final
- domain → String?
-
Error domain from the AppAuth iOS SDK.
final
- error → String?
-
Error from the authorization server.
final
- errorDebugDescription → String?
-
A debug description of the error from the platform's AppAuth SDK
final
- errorDescription → String?
-
Short, human readable error description.
final
- errorUri → String?
-
Error URI from the authorization server.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- rootCauseDebugDescription → String?
-
A debug description of the underlying cause of the error from the
platform's AppAuth SDK
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
The type of error.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String?, String?> map) → FlutterAppAuthPlatformErrorDetails