Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
SerializationError
Serialization
Error
class
SerializationError
(
message
:
String
,
cause
:
Throwable
?
)
:
InternalErrorException
Exception thrown if the SDK was unable to properly handle a response from the Hue API.
Members
Constructors
Serialization
Error
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?