GLMapError
enum GLMapError {}
Errors retured by download tasks
-
No error
Declaration
Objective-C
GLMapError_Success = 0x0000u -
Error information is not set
Declaration
Objective-C
GLMapError_Empty -
Map download task is cancelled
Declaration
Objective-C
GLMapError_Cancelled -
Error occured during tile parsing
Declaration
Objective-C
GLMapError_InvalidTileData -
Map list cannot be parsed
Declaration
Objective-C
GLMapError_InvalidMapListData -
Invallid response from server
Declaration
Objective-C
GLMapError_InvalidResponse -
Can’t allocate new objects
Declaration
Objective-C
GLMapError_NoMemory -
Failed to open output file
Declaration
Objective-C
GLMapError_FailedToOpenOutputFile -
Error during writing data into file
Declaration
Objective-C
GLMapError_FailedToWrite -
Used internally. Check for
[NSError domain], if it’s equal toHTTP,[NSError code]is HTTP error code.Declaration
Objective-C
GLMapError_HTTP = 0x1000u -
Used internally. Check for
[NSError domain], if it’s equal toCURL,[NSError code]is CURL error code. https://curl.haxx.se/libcurl/c/libcurl-errors.htmlDeclaration
Objective-C
GLMapError_CURL = 0x2000u -
Used internally. Check for
[NSError domain], if it’s equal toXZ,[NSError code]is XZ archiver error code.Declaration
Objective-C
GLMapError_XZ = 0x4000u -
Used internally. Check for
[NSError domain], if it’s equal toValhalla,[NSError code]is Valhalla archiver error code.Declaration
Objective-C
GLMapError_Valhalla = 0x8000u
Install in Dash
GLMapError Enumeration Reference