OmhMapException

sealed class OmhMapException(val statusCode: Int) : Exception

Inheritors

Constructors

Link copied to clipboard
protected constructor(statusCode: Int)

Types

Link copied to clipboard
class ApiException(statusCode: Int, val cause: Throwable? = null) : OmhMapException
Link copied to clipboard
class NullLocation(val cause: Throwable? = null) : OmhMapException
Link copied to clipboard
class PermissionError(val cause: Throwable? = null) : OmhMapException

Properties

Link copied to clipboard
open override val message: String?
Link copied to clipboard