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
ESCLHttp
Call
Result
sealed
class
ESCLHttpCallResult
<
out
T
>
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
sealed
class
Error
:
ESCLHttpCallResult
<
Nothing
>
Success
Link copied to clipboard
data
class
Success
<
T
>
(
val
body
:
T
,
val
response
:
HttpResponse
)
:
ESCLHttpCallResult
<
T
>
Represents successful network responses (2xx).