UnexpectedStatus

class UnexpectedStatus(val bytes: ByteArray, val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.Other) : RestResponse

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, status: Int, responseCategory: RestResponse.ResponseCategory = ResponseCategory.Other)

Properties

Link copied to clipboard
open override val bytes: ByteArray
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val status: Int
Link copied to clipboard
open val text: String

Functions

Link copied to clipboard