TileDownloaderError
Description:
[ CCode ( cprefix = "SHUMATE_TILE_DOWNLOADER_ERROR_" , type_id = "shumate_tile_downloader_error_get_type ()" ) ]
public errordomain TileDownloaderError
Error codes in the TileDownloaderError domain.
Content:
Error codes:
- BAD_RESPONSE - An
unsuccessful HTTP response was received from the server.
- COULD_NOT_CONNECT -
The server could not be reached.
- FAILED - An unspecified error
occurred during the operation.
- MALFORMED_URL - The
provided URL isn't valid
- OFFLINE - The tile source has
been marked as offline.
Static methods:
- public static Quark quark ()