MTOfflineError
Represents errors that can occur during the offline planning and downloading process.
Inheritors
Types
The server returned a bad HTTP response with the given status code.
The offline download or operation was cancelled.
The received content format or type does not match the expected format.
An error occurred while decoding JSON.
A download operation failed.
The requested offline region exceeds the maximum allowed tile count or size.
A file system error occurred while attempting to save or read offline data.
The device does not have enough available storage space to complete the download.
The provided bounding box is invalid.
The offline pack is invalid or corrupted.
The requested offline region resulted in no tiles.
The provided URL was invalid.
The JSON data is malformed or invalid.
The API key is missing.
A required key is missing in style.json or TileJSON.
A general network connectivity issue occurred.
The server returned a 204 No Content response, which is unexpected for this resource.
The minimum zoom level is greater than the maximum zoom level.