shade
latest
common
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.
Constructors
Properties
Constructors
Serialization
Error
Link copied to clipboard
fun
SerializationError
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?