Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
structures
/
inkapplications.shade.structures
/
ApiError
Api
Error
class
ApiError
(
code
:
Int
,
errors
:
List
<
String
>
)
:
ApiStatusError
Exception thrown if an error is received from the Hue API
Members
Constructors
Api
Error
Link copied to clipboard
constructor
(
code
:
Int
,
errors
:
List
<
String
>
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
expect
open
val
message
:
String
?