ApiException class

Inheritance

Constructors

ApiException(String code, String message, Map<String, dynamic> details, Map _errorFlags, int statusCode)
const
ApiException.fromPlatformException(PlatformException e)
factory
ApiException.unknown(String message)
const

Properties

code String
finalinherited
details Map<String, dynamic>
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isAccessDenied bool
no setter
isBrowserAppNotAvailable bool
no setter
isCanceled bool
no setter
isInvalidAuthorizeUrl bool
no setter
isInvalidConfiguration bool
no setter
isInvalidCredentials bool
no setter
isLoginRequired bool
no setter
isMultifactorCodeInvalid bool
no setter
isMultifactorEnrollRequired bool
no setter
isMultifactorRequired bool
no setter
isMultifactorTokenInvalid bool
no setter
isNetworkError bool
no setter
isPasswordAlreadyUsed bool
no setter
isPasswordLeaked bool
no setter
isPasswordNotStrongEnough bool
no setter
isPkceNotAvailable bool
no setter
isRefreshTokenDeleted bool
no setter
isRuleError bool
no setter
isTooManyAttempts bool
no setter
isVerificationRequired bool
no setter
message String
finalinherited
mfaToken String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
final

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