public class FMErrorMsg
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
ERR_AUTH_PARAMS
您配置的Key值不正确,请访问蜂鸟云控制台检查此应用下的Key值
|
static int |
ERR_KEY
KEY不正确
|
static int |
ERR_KEY_MATCH
KEY和当前应用对应不上
|
static int |
ERR_MAP_FILE
地图文件出错
|
static int |
ERR_MAP_ID
MAP ID不正确
|
static int |
ERR_MAP_NOT_EXIST
没有找到地图资源
|
static int |
ERR_MAP_PERMISSION
没有读写权限
|
static int |
ERR_MAP_VERSION
地图版本错误或未发布
|
static int |
ERR_NET
网络连接错误
|
static int |
ERR_NO_PERMISSION
没有权限
|
static int |
ERR_ONLINE_OFF
在线调用已关闭,无法在线调用
|
static int |
ERR_SERVICE_EXCEPTION |
static int |
ERR_THEME_FILE
主题文件出错
|
static int |
ERR_THEME_NOT_EXIST
没有找到主题资源
|
static int |
ERROR_MAP
没有找到数据
|
限定符和类型 | 方法和说明 |
---|---|
static java.lang.String |
getErrorMsg(int errCode)
获取错误码对应的信息。
|
public static final int ERR_MAP_NOT_EXIST
public static final int ERR_MAP_FILE
public static final int ERR_THEME_FILE
public static final int ERR_THEME_NOT_EXIST
public static final int ERR_NET
public static final int ERROR_MAP
public static final int ERR_KEY
public static final int ERR_MAP_ID
public static final int ERR_NO_PERMISSION
public static final int ERR_KEY_MATCH
public static final int ERR_MAP_VERSION
public static final int ERR_ONLINE_OFF
public static final int ERR_AUTH_PARAMS
public static final int ERR_MAP_PERMISSION
public static final int ERR_SERVICE_EXCEPTION