Status5xx

abstract class Status5xx(val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.ServerProblem) : RestResponse

Inheritors

Constructors

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

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract 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