GetAccountError class

获取帐户错误的错误类。

扩展

AuthFlowErrorBase

继承属性

errorData

方法

isCurrentAccountNotFound()

检查错误是否是由于未找到缓存的帐户导致的。

构造函数详细信息

GetAccountError(CustomAuthError)

new GetAccountError(errorData: CustomAuthError)

参数

errorData
CustomAuthError

继承属性详细信息

errorData

errorData: CustomAuthError

属性值

继承自 AuthFlowErrorBase.errorData

方法详细信息

isCurrentAccountNotFound()

检查错误是否是由于未找到缓存的帐户导致的。

function isCurrentAccountNotFound(): boolean

返回

boolean

如果错误是由于找不到缓存帐户而导致的,则为 true;否则为 false。