WechatLoginErrorCode enum Null safety
登录状态值
可通过 WechatLoginErrorCodeExtension errorCode获取值,errorMsg获取错误消息
如WechatLoginErrorCode.userDenied.errorCode
Constants
- getAccessTokenError → const WechatLoginErrorCode
-
const WechatLoginErrorCode(5)
- getAccessTokenSuccess → const WechatLoginErrorCode
-
const WechatLoginErrorCode(6)
- getCodeSuccess → const WechatLoginErrorCode
-
const WechatLoginErrorCode(3)
- getUserInfoError → const WechatLoginErrorCode
-
const WechatLoginErrorCode(7)
- noneStatus → const WechatLoginErrorCode
-
const WechatLoginErrorCode(4)
- success → const WechatLoginErrorCode
-
const WechatLoginErrorCode(2)
- userCancel → const WechatLoginErrorCode
-
const WechatLoginErrorCode(1)
- userDenied → const WechatLoginErrorCode
-
const WechatLoginErrorCode(0)
-
values
→ const List<
WechatLoginErrorCode> -
A constant List of the values in this enum, in order of their declaration.
const List<
WechatLoginErrorCode>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited