CloudBaseExceptionCode class
original pub package: https://pub.dev/packages/cloudbase_core author: https://cloudbase.net/ & lirongcong.bennett@gmail.com CloudBase Exception Code
Constructors
Properties
- hashCode → int
-
The hash code for this object.
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
- AUTH_FAILED → const String
- 获取授权失败
- CHECK_LOGIN_FAILED → const String
- accessToken 过期 或 无效
- DATABASE_REQUEST_FAILED → const String
- DATABASE_REQUEST_FAILED
- EMPTY_PARAM → const String
- EMPTY_PARAM
- FILE_NOT_EXIST → const String
- FILE_NOT_EXIST
- INVALID_CUSTOM_LOGIN_TICKET → const String
- INVALID_CUSTOM_LOGIN_TICKET
- INVALID_FIELD_PATH → const String
- INVALID_FIELD_PATH
- INVALID_GEO_DAT → const String
- 无效的 GEO 数据
- INVALID_PARAM → const String
- INVALID_PARAM
- INVALID_REFRESH_TOKEN → const String
- 不合法的 refreshToken
- IO_ERR → const String
- EMPTYIO_ERR_PARAM
- NETWORK_ERR → const String
- NETWORK_ERR
- NOT_LOGIN → const String
- 没有 refreshToken 信息
- NULL_RESPONSE → const String
- NULL_RESPONSE
- REFRESH_TOKEN_EXPIRED → const String
- refreshToken 过期
- RESPONSE_PRASE_ERR → const String
- 响应结果解析失败
- SIGN_OUT_FAILED → const String
- 登出失败