Unexpected Status
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)