Spatial K
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Spatial K
pmtiles
/
org.maplibre.spatialk.pmtiles
/
PmTilesException
Pm
Tiles
Exception
class
PmTilesException
(
val
code
:
PmTilesErrorCode
,
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
Error thrown by PMTiles archive operations.
Members
Constructors
Pm
Tiles
Exception
Link copied to clipboard
constructor
(
code
:
PmTilesErrorCode
,
message
:
String
,
cause
:
Throwable
?
=
null
)
constructor
(
code
:
PmTilesErrorCode
,
message
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
@
ShouldRefineInSwift
val
code
:
PmTilesErrorCode
Stable machine-readable error code.
message
Link copied to clipboard
expect
open
val
message
:
String
?