public static class ApiException.ERROR
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CAST_ERROR
类转换错误
|
static int |
DOWNLOAD_ERROR
下载错误
|
static int |
HTTP_ERROR
协议出错
|
static int |
INVOKE_ERROR
调用错误
|
static int |
NET_METHOD_ANNOTATION_ERROR
NetMethod注解错误
|
static int |
NET_WORD_ERROR
网络错误
|
static int |
NULL_POINTER_ERROR
空指针错误
|
static int |
OUT_OF_MEMORY_ERROR
OOM错误
|
static int |
PARSE_ERROR
解析错误
|
static int |
REQUEST_CANCEL
请求取消
|
static int |
SSL_ERROR
证书出错
|
static int |
TIMEOUT_ERROR
连接超时
|
static int |
UN_KNOWN_HOST_ERROR
未知主机错误
|
static int |
UNKNOWN
未知错误
|
| Constructor and Description |
|---|
ERROR() |
public static final int UNKNOWN
public static final int PARSE_ERROR
public static final int NET_WORD_ERROR
public static final int HTTP_ERROR
public static final int SSL_ERROR
public static final int TIMEOUT_ERROR
public static final int INVOKE_ERROR
public static final int CAST_ERROR
public static final int REQUEST_CANCEL
public static final int UN_KNOWN_HOST_ERROR
public static final int NULL_POINTER_ERROR
public static final int OUT_OF_MEMORY_ERROR
public static final int DOWNLOAD_ERROR
public static final int NET_METHOD_ANNOTATION_ERROR