PmTilesException

class PmTilesException(val code: PmTilesErrorCode, message: String, cause: Throwable? = null) : Exception(source)

Error thrown by PMTiles archive operations.

Constructors

Link copied to clipboard
constructor(code: PmTilesErrorCode, message: String, cause: Throwable? = null)
constructor(code: PmTilesErrorCode, message: String)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard

Stable machine-readable error code.

Link copied to clipboard
expect open val message: String?