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)