ApiException

class ApiException(statusCode: Int, val cause: Throwable? = null) : OmhMapException

Constructors

Link copied to clipboard
constructor(statusCode: Int, cause: Throwable? = null)

Properties

Link copied to clipboard
open override val cause: Throwable? = null