Enumeration
ShumateTileDownloaderError
since: 1.0
Members
- SHUMATE_TILE_DOWNLOADER_ERROR_FAILED
- 
            An unspecified error occurred during the operation. - Value: 0
- Nickname: failed
- Available since: 1.0
 
- Value: 
- SHUMATE_TILE_DOWNLOADER_ERROR_BAD_RESPONSE
- 
            An unsuccessful HTTP response was received from the server. - Value: 1
- Nickname: bad-response
- Available since: 1.0
 
- Value: 
- SHUMATE_TILE_DOWNLOADER_ERROR_COULD_NOT_CONNECT
- 
            The server could not be reached. - Value: 2
- Nickname: could-not-connect
- Available since: 1.0
 
- Value: 
- SHUMATE_TILE_DOWNLOADER_ERROR_MALFORMED_URL
- 
            The provided URL isn’t valid. - Value: 3
- Nickname: malformed-url
- Available since: 1.0
 
- Value: 
- SHUMATE_TILE_DOWNLOADER_ERROR_OFFLINE
- 
            The tile source has been marked as offline. - Value: 4
- Nickname: offline
- Available since: 1.0
 
- Value: