BadRequest

class BadRequest(val bytes: ByteArray, val path: String, val requestBody: String?) : RestResponse.Status4XX

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, path: String, requestBody: String?)

Properties

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

Functions

Link copied to clipboard