ApiError

class ApiError(val code: Int, errors: List<String>) : ApiStatusError

Exception thrown if an error is received from the Hue API

Constructors

Link copied to clipboard
fun ApiError(code: Int, errors: List<String>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
open val message: String?