eSCLKt
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
eSCLKt
eSCLKt
/
io.github.chrisimx.esclkt
/
ESCLHttpCallResult
/
Error
/
HttpError
Http
Error
data
class
HttpError
(
val
code
:
Int
,
val
errorBody
:
String
?
)
:
ESCLHttpCallResult.Error
Represents server (50x) and client (40x) errors.
Members
Constructors
Http
Error
Link copied to clipboard
constructor
(
code
:
Int
,
errorBody
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
Int
error
Body
Link copied to clipboard
val
errorBody
:
String
?