ktkit
Toggle table of contents
0.5.0
common
Target filter
common
Switch theme
Search in API
Skip to content
ktkit
ktkit-ktor-httpclient
/
io.github.smyrgeorge.ktkit.ktor.httpclient
/
RestClientErrorSpec
/
RestClientDeserializationError
Rest
Client
Deserialization
Error
data
class
RestClientDeserializationError
(
val
cause
:
Throwable
)
:
RestClientErrorSpec
(
source
)
Members
Members & Extensions
Constructors
Rest
Client
Deserialization
Error
Link copied to clipboard
constructor
(
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
val
cause
:
Throwable
http
Status
Link copied to clipboard
open
override
val
httpStatus
:
ErrorSpec.HttpStatus
message
Link copied to clipboard
open
override
val
message
:
String
Functions
data
Link copied to clipboard
open
fun
data
(
)
:
ErrorSpecData
raise
Link copied to clipboard
context
(
rc
:
Raise
<
RestClientErrorSpec
>
)
fun
RestClientErrorSpec
.
raise
(
)
:
Nothing
throw
Runtime
Error
Link copied to clipboard
open
fun
throwRuntimeError
(
throwable
:
Throwable
?
)
:
Nothing
to
Throwable
Link copied to clipboard
open
fun
toThrowable
(
throwable
:
Throwable
?
)
:
RuntimeError