shade
latest
common
structures
/
inkapplications.shade.structures
/
ApiError
Api
Error
class
ApiError
(
val
code
:
Int
,
errors
:
List
<
String
>
)
:
ApiStatusError
Exception thrown if an error is received from the Hue API
Constructors
Properties
Constructors
Api
Error
Link copied to clipboard
fun
ApiError
(
code
:
Int
,
errors
:
List
<
String
>
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
code
Link copied to clipboard
val
code
:
Int
message
Link copied to clipboard
open
val
message
:
String
?