toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-actions-toolkit
/
actions.http.client
/
HttpClientError
Http
Client
Error
external
class
HttpClientError
:
Throwable
(
source
)
Members
Constructors
Http
Client
Error
Link copied to clipboard
constructor
(
message
:
String
,
statusCode
:
Number
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
result
Link copied to clipboard
var
result
:
Any
?
status
Code
Link copied to clipboard
var
statusCode
:
Number
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String