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 to HTTP, [NSError code] is HTTP error code.

    Declaration

    Objective-C

    GLMapError_HTTP = 0x1000u
  • Used internally. Check for [NSError domain], if it’s equal to CURL, [NSError code] is CURL error code. https://curl.haxx.se/libcurl/c/libcurl-errors.html

    Declaration

    Objective-C

    GLMapError_CURL = 0x2000u
  • Used internally. Check for [NSError domain], if it’s equal to XZ, [NSError code] is XZ archiver error code.

    Declaration

    Objective-C

    GLMapError_XZ = 0x4000u
  • Used internally. Check for [NSError domain], if it’s equal to Valhalla, [NSError code] is Valhalla archiver error code.

    Declaration

    Objective-C

    GLMapError_Valhalla = 0x8000u