InvalidStatusException

class InvalidStatusException(val status: Int, cause: Throwable? = null) : ApiClientException

The HTTP status was not in the 200 range.

Constructors

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

Properties

Link copied to clipboard
val status: Int