PlatformChannelException class
An exception that can be thrown on platform related errors.
See: PlatformChannelError.
- Inheritance
-
- Object
- PlatformSdkException
- PlatformChannelException
Constructors
- PlatformChannelException({required MobileAuthenticationClientError error, dynamic errorMessage})
- Default constructor for PlatformChannelException.
-
PlatformChannelException.fromMap({required Map<
String, dynamic> errorMap}) - Alternate constructor that creates a PlatformChannelException from a map.
Properties
- error → MobileAuthenticationClientError
-
The underlying error sent from the native SDK.
finalinherited
- 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