Appearance
错误码
错误码 | 十进制值 | 十六进制值 | 说明 |
---|---|---|---|
ServerConfigNotSet | 1 | 0x1 | 未配置服务器信息 |
ConnectionFailed | 2 | 0x2 | 连接服务器失败 |
SendFailed | 3 | 0x3 | 发送出错 |
ReceiveFailed | 4 | 0x4 | 接收出错 |
InvalidResponse | 5 | 0x5 | 无效数据包 |
InvalidData | 6 | 0x6 | 无效数据 |
DataCorruption | 7 | 0x7 | 数据损坏 |
LicenseTypeNotFound | 1102 | 0x44e | 许可证类型未找到 |
LicenseNotFound | 1201 | 0x4b1 | 许可证未找到 |
LicenseBanned | 1202 | 0x4b2 | 许可证已封禁 |
LicenseBindInfoMismatch | 1203 | 0x4b3 | 许可证绑定信息不匹配 |
LicenseExpired | 1204 | 0x4b4 | 许可证已过期 |
LicenseCreditNotEnough | 1205 | 0x4b5 | 许可证已过期 |
LicenseForcedLogout | 1209 | 0x4b9 | 许可证被强制下线 |
ClientVersionStop | 1406 | 0x57e | 客户端版本停止服务 |
ClientVersionExpired | 1407 | 0x57f | 客户端版本已过期 |
BlacklistHit | 1804 | 0x70c | 黑名单命中 |
ParamError | 4001 | 0xfa1 | 参数错误 |
PermissionDenied | 4002 | 0xfa2 | 权限不足 |
HeartbeatError | 4003 | 0xfa3 | 心跳错误 |
CloudFunctionError | 4004 | 0xfa4 | 云函数调用错误 |
LoginForbidden | 4006 | 0xfa6 | 服务端已禁止登录 |