com.tencent.mm.sdk.modelbase
Interface BaseResp.ErrCode

Enclosing class:
BaseResp

public static interface BaseResp.ErrCode

Error code for OpenAPI responses
OpenAPI响应错误代码


Field Summary
static int ERR_AUTH_DENIED
          
Authentication failed
认证被否决
static int ERR_COMM
          
General errors
一般错误
static int ERR_OK
          
Returned normally
正确返回
static int ERR_SENT_FAILED
          
Unable to send
发送失败
static int ERR_UNSUPPORT
          
Unsupport error
不支持错误
static int ERR_USER_CANCEL
          
User canceled
用户取消
 

Field Detail

ERR_OK

static final int ERR_OK
Returned normally
正确返回

See Also:
Constant Field Values

ERR_COMM

static final int ERR_COMM
General errors
一般错误

See Also:
Constant Field Values

ERR_USER_CANCEL

static final int ERR_USER_CANCEL
User canceled
用户取消

See Also:
Constant Field Values

ERR_SENT_FAILED

static final int ERR_SENT_FAILED
Unable to send
发送失败

See Also:
Constant Field Values

ERR_AUTH_DENIED

static final int ERR_AUTH_DENIED
Authentication failed
认证被否决

See Also:
Constant Field Values

ERR_UNSUPPORT

static final int ERR_UNSUPPORT
Unsupport error
不支持错误

See Also:
Constant Field Values