com.maptiler.maptilersdk.bridge

Types

sealed class MTError : Exception

Represents all the errors that can occur in the MapTiler SDK.

data class MTException(val code: Int, val reason: String)