Constructors

Link copied to clipboard
protected constructor(statusCode: Int)

Types

Link copied to clipboard
class ApiException(statusCode: Int, val cause: Throwable? = null) : OmhAuthException
Link copied to clipboard
Link copied to clipboard
class RecoverableLoginException(statusCode: Int, val cause: Throwable? = null) : OmhAuthException
Link copied to clipboard

Properties

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