Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-actions-cache
/
actions.cache
/
ITypedResponseWithError
ITyped
Response
With
Error
external
interface
ITypedResponseWithError
<
T
>
:
TypedResponse
<
T
>
(
source
)
Members
Properties
error
Link copied to clipboard
abstract
val
error
:
HttpClientError
?
headers
Link copied to clipboard
abstract
val
headers
:
IncomingHttpHeaders
result
Link copied to clipboard
abstract
val
result
:
T
?
status
Code
Link copied to clipboard
abstract
val
statusCode
:
Number