Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
serialization
/
inkapplications.shade.serialization
/
V1HueError
V1Hue
Error
@
Serializable
data
class
V1HueError
(
val
type
:
Int
,
val
address
:
String
,
val
description
:
String
)
Errors returned by V1 Endpoints.
Members
Constructors
V1Hue
Error
Link copied to clipboard
constructor
(
type
:
Int
,
address
:
String
,
description
:
String
)
Types
Error
Codes
Link copied to clipboard
object
ErrorCodes
Error codes thrown by the Hue v1 API.
Properties
address
Link copied to clipboard
val
address
:
String
description
Link copied to clipboard
val
description
:
String
type
Link copied to clipboard
val
type
:
Int