V1HueError

data class V1HueError(val type: Int, val address: String, val description: String)

Errors returned by V1 Endpoints.

Constructors

Link copied to clipboard
fun V1HueError(type: Int, address: String, description: String)

Types

Link copied to clipboard
object ErrorCodes

Error codes thrown by the Hue v1 API.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Int