Use Tree Navigation
public class

NetConstant

extends Object
java.lang.Object
   ↳ com.tencent.map.lssupport.constant.NetConstant

Summary

Constants
int CATCH_ERR 错误码:1006

SDK Exception异常

int NETWORK_ERROR 错误码:1001

网络请求失败

int PARAMS_INCONFORMITY 错误码:1004

参数异常

int PARAMS_INVALID 错误码:1005

参数无效

int PARSE_JSON_EX 错误码:1003

SDK JSON解析异常

int SERVER_ERROR 错误码:1002

服务器内部错误

int TASK_NET_SUCCESS 请求成功
Public Constructors
NetConstant()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CATCH_ERR

错误码:1006

SDK Exception异常

Constant Value: 1006 (0x000003ee)

public static final int NETWORK_ERROR

错误码:1001

网络请求失败

Constant Value: 1001 (0x000003e9)

public static final int PARAMS_INCONFORMITY

错误码:1004

参数异常

Constant Value: 1004 (0x000003ec)

public static final int PARAMS_INVALID

错误码:1005

参数无效

Constant Value: 1005 (0x000003ed)

public static final int PARSE_JSON_EX

错误码:1003

SDK JSON解析异常

Constant Value: 1003 (0x000003eb)

public static final int SERVER_ERROR

错误码:1002

服务器内部错误

Constant Value: 1002 (0x000003ea)

public static final int TASK_NET_SUCCESS

请求成功

Constant Value: 0 (0x00000000)

Public Constructors

public NetConstant ()