Status3XX
abstract class Status3XX(val status: Int, val responseCategory: RestResponse.ResponseCategory = ResponseCategory.RequestIsWrong) : RestResponse
Inheritors
Constructors
Link copied to clipboard
constructor(status: Int, responseCategory: RestResponse.ResponseCategory = ResponseCategory.RequestIsWrong)