FMKErrorCodeType Constants Reference
Declared in | FMKTypes.h |
---|
FMKErrorCodeType
Fengmap地图加载错误码
Definition
typedef NS_ENUM(NSInteger, FMKErrorCodeType ) {
FMKErrorCodeType_NET_ERROR = 1,
FMKErrorCodeType_KEY_ERROR = 2,
FMKErrorCodeType_MAPID_ERROR = 3,
FMKErrorCodeType_NO_PERMISSION = 4,
FMKErrorCodeType_KEY_NO_MATCH_BUNDLEID = 5,
FMKErrorCodeType_MAPDATA_PARSE_ERROR = 6,
FMKErrorCodeType_DOWNLOAD_ERROR = 7,
FMKErrorCodeType_NO_VERSION_INFO = 8,
FMKErrorCodeType_MAP_DATA_DIRECTORY_ERROR = 9,
FMKErrorCodeType_MAP_VERSION_PARSE_ERROR = 10,
FMKErrorCodeType_UNKNOWN_ERROR = 11,
FMKErrorCodeType_LICENSE_ERROR = 12,
};
Constants
FMKErrorCodeType_NET_ERROR
-
网络错误
Declared In
FMKTypes.h
. FMKErrorCodeType_KEY_ERROR
-
key错误
Declared In
FMKTypes.h
. FMKErrorCodeType_MAPID_ERROR
-
mapID错误
Declared In
FMKTypes.h
. FMKErrorCodeType_NO_PERMISSION
-
没有权限访问数据
Declared In
FMKTypes.h
. FMKErrorCodeType_KEY_NO_MATCH_BUNDLEID
-
key与bundleID不匹配
Declared In
FMKTypes.h
. FMKErrorCodeType_MAPDATA_PARSE_ERROR
-
地图数据解析失败
Declared In
FMKTypes.h
. FMKErrorCodeType_DOWNLOAD_ERROR
-
地图数据下载失败
Declared In
FMKTypes.h
. FMKErrorCodeType_NO_VERSION_INFO
-
没有版本号错误
Declared In
FMKTypes.h
. FMKErrorCodeType_MAP_DATA_DIRECTORY_ERROR
-
地图文件路径错误
Declared In
FMKTypes.h
. FMKErrorCodeType_MAP_VERSION_PARSE_ERROR
-
版本号解析失败
Declared In
FMKTypes.h
. FMKErrorCodeType_UNKNOWN_ERROR
-
未知错误
Declared In
FMKTypes.h
. FMKErrorCodeType_LICENSE_ERROR
-
license错误
Declared In
FMKTypes.h
.
Declared In
FMKTypes.h