BadResponse

data class BadResponse(val statusCode: Int) : MTOfflineError

The server returned a bad HTTP response with the given status code.

Constructors

constructor(statusCode: Int)

Properties

open val cause: Throwable?
open override val message: String