JMSGHttpErrorCode Constants Reference
Declared in | JMSGConstants.h |
---|
JMSGHttpErrorCode
这些错误码也会直接通过 SDK API 返回给应用层。
Definition
typedef NS_ENUM(NSUInteger, JMSGHttpErrorCode ) {
kJMSGErrorHttpServerInternal = 898000,
kJMSGErrorHttpUserExist = 898001,
kJMSGErrorHttpUserNotExist = 898002,
kJMSGErrorHttpPrameterInvalid = 898003,
kJMSGErrorHttpPasswordError = 898004,
kJMSGErrorHttpUidInvalid = 898005,
kJMSGErrorHttpGroupNotExist = 898006,
kJMSGErrorHttpMissingAuthenInfo = 898007,
kJMSGErrorHttpAuthenticationFailed = 898008,
kJMSGErrorHttpAppkeyNotExist = 898009,
kJMSGErrorHttpTokenExpired = 898010,
kJMSGErrorHttpServerResponseTimeout = 898030,
};
Constants
kJMSGErrorHttpServerInternal
-
服务器端内部错误
Declared In
JMSGConstants.h
. kJMSGErrorHttpUserExist
-
注册用户已经存在 (403)
Declared In
JMSGConstants.h
. kJMSGErrorHttpUserNotExist
-
用户不存在 (403)
Declared In
JMSGConstants.h
. kJMSGErrorHttpPrameterInvalid
-
参数无效 (400)
Declared In
JMSGConstants.h
. kJMSGErrorHttpPasswordError
-
密码错误 (403)
Declared In
JMSGConstants.h
. kJMSGErrorHttpUidInvalid
-
内部UID 无效 (403)
Declared In
JMSGConstants.h
. kJMSGErrorHttpGroupNotExist
-
Gid不存在 (403)
Declared In
JMSGConstants.h
. kJMSGErrorHttpMissingAuthenInfo
-
Http 请求没有验证信息
Declared In
JMSGConstants.h
. kJMSGErrorHttpAuthenticationFailed
-
Http 请求验证失败
Declared In
JMSGConstants.h
. kJMSGErrorHttpAppkeyNotExist
-
Appkey 不存在
Declared In
JMSGConstants.h
. kJMSGErrorHttpTokenExpired
-
Http 请求 token 过期
Declared In
JMSGConstants.h
. kJMSGErrorHttpServerResponseTimeout
-
服务器端响应超时
Declared In
JMSGConstants.h
.
Declared In
JMSGConstants.h