V1HueResponse

abstract class V1HueResponse<out T>

Wrapper around responses from V1 endpoints in the Hue API

Types

Link copied to clipboard
data class Error(val error: V1HueError) : V1HueResponse<Nothing>
Link copied to clipboard
data class Success<out T>(val success: T) : V1HueResponse<T>

Inheritors

Link copied to clipboard
Link copied to clipboard