respondError
fun MockRequestHandleScope.respondError(status: HttpStatusCode, content: String = status.description, headers: Headers = headersOf()): HttpResponseData
Content copied to clipboard
Send error response.
Send error response.