shade
latest
serialization
/
inkapplications.shade.serialization
/
V1HueError
V1Hue
Error
data
class
V1HueError
(
val
type
:
Int
,
val
address
:
String
,
val
description
:
String
)
Errors returned by V1 Endpoints.
Types
Constructors
Properties
Constructors
V1Hue
Error
Link copied to clipboard
fun
V1HueError
(
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