Spine
Toggle table of contents
0.8.1
common
Platform filter
common
Switch theme
Search in API
Spine
Client-side typesafe Spine schema usage
/
opensavvy.spine.client
/
SpineReceptionException
Spine
Reception
Exception
class
SpineReceptionException
(
val
response
:
HttpResponse
,
body
:
String
)
:
RuntimeException
(
source
)
Members
Constructors
Spine
Reception
Exception
Link copied to clipboard
constructor
(
response
:
HttpResponse
,
body
:
String
)
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
:
HttpResponse