Edit

Share via


GetAccountError class

The error class for get account errors.

Extends

AuthFlowErrorBase

Constructors

GetAccountError(CustomAuthError)

Inherited Properties

errorData

Methods

isCurrentAccountNotFound()

Checks if the error is due to no cached account found.

Constructor Details

GetAccountError(CustomAuthError)

new GetAccountError(errorData: CustomAuthError)

Parameters

errorData
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.