PmTilesErrorCodes
PMTiles error-code constants.
Properties
The archive was used after it was closed.
Data could not be compressed for archive writing.
Compressed data could not be decompressed.
A root or leaf directory is malformed.
The header is malformed or internally inconsistent.
The archive does not start with the PMTiles magic bytes.
Metadata JSON is malformed or violates strict metadata rules.
The root directory is not fully contained in the first 16 KiB.
Header section offsets or lengths are invalid.
A tile coordinate or TileID is outside the supported range.
Tile input provided to the writer is malformed or inconsistent.
A varint is malformed, unterminated, or overflows.
A configured operational limit was exceeded.
A requested byte range is outside the archive or configured limits.
The caller-provided sink could not satisfy a write.
The caller-provided source could not satisfy a read.
The archive requires a compression codec this reader does not implement.
The archive uses a PMTiles version unsupported by this reader.