GetAccountError class
The error class for get account errors.
- Extends
-
AuthFlowErrorBase
Constructors
Get |
Inherited Properties
error |
Methods
is |
Checks if the error is due to no cached account found. |
Constructor Details
GetAccountError(CustomAuthError)
Inherited Property Details
errorData
errorData: CustomAuthError
Property Value
Inherited From AuthFlowErrorBase.errorData
Method Details
isCurrentAccountNotFound()
Checks if the error is due to no cached account found.
function isCurrentAccountNotFound(): boolean
Returns
boolean
true if the error is due to no cached account found, false otherwise.