public static class AuthVerify.ErrorCode
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
jsonError
json格式错误
|
static int |
netError
网络错误,此时data参数是网络状态码
|
static int |
noError
无错误,此时data参数是
AuthVerify.AuthStatus对象 |
static int |
otherError
其他错误
|
| 构造器和说明 |
|---|
ErrorCode() |
public static final int noError
AuthVerify.AuthStatus对象public static final int netError
public static final int jsonError
public static final int otherError
©Mapbar Engine Team;All Rights Reserved