typedrest
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
typedrest
typedrest
/
net.typedrest.errors
/
HttpException
/
HttpException
Http
Exception
constructor
(
message
:
String
,
status
:
HttpStatusCode
,
response
:
Response
?
=
null
)
Parameters
message
The error message.
status
The HTTP status code.
response
The full HTTP response.