lib
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
mockzilla-management
/
com.apadmi.mockzilla.management.internal.ktor
/
FailedHttpResponseException
Failed
Http
Response
Exception
@
InternalMockzillaApi
class
FailedHttpResponseException
(
val
statusCode
:
HttpStatusCode
,
val
body
:
String
)
:
Exception
Members
Constructors
Failed
Http
Response
Exception
Link copied to clipboard
constructor
(
statusCode
:
HttpStatusCode
,
body
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
HttpStatusCode