IGExceptionType enum

Inheritance

Constructors

IGExceptionType()
const

Values

Uncaught → const IGExceptionType
InvalidParameters → const IGExceptionType

无效的参数

InvalidModel → const IGExceptionType

无效的Model, from make.retnil.cond.throws

ServerInternal → const IGExceptionType

远程服务器内部错误 状态码500

UnexpectedFormat → const IGExceptionType

返回的内容不是预期格式,通常是json

AbnormalErrorStatus → const IGExceptionType

非常规的错误状态, 常规状态应该是status="fail"

InvalidCredentials → const IGExceptionType

登录时账号或密码错误

ChallengeRequired → const IGExceptionType

登录触发安全验证

TwoFactorRequired → const IGExceptionType

登录触发双重验证

InvalidSmsCode → const IGExceptionType

短信验证码输入错误

InvalidNonce → const IGExceptionType

当前验证会话已失效

LoginRequired → const IGExceptionType

未登录或登录凭据失效

FeedbackRequired → const IGExceptionType

多种情形

APIRejected → const IGExceptionType

API请求被拒绝 多种情形

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<IGExceptionType>
A constant List of the values in this enum, in order of their declaration.