kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
ContentTypeException
Content
Type
Exception
js
class
ContentTypeException
(
message
:
String
)
:
Exception
(
source
)
An exception thrown when the server returns a non-json response for a json-rpc call.
Members
Constructors
Content
Type
Exception
Link copied to clipboard
js
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
js
open
val
cause
:
Throwable
?
message
Link copied to clipboard
js
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String