search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch
/
RestException
Rest
Exception
class
RestException
(
val
response
:
RestResponse
)
:
Exception
Members
Constructors
Rest
Exception
Link copied to clipboard
constructor
(
response
:
RestResponse
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
response
Link copied to clipboard
val
response
:
RestResponse
status
Link copied to clipboard
val
status
:
Int