ApiStatusError

open class ApiStatusError(val code: Int, message: String = "API Responded with code ") : ShadeException

Exception thrown if a status error is received from the Hue API

Constructors

Link copied to clipboard
fun ApiStatusError(code: Int, message: String = "API Responded with code ")

Properties

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

Inheritors

Link copied to clipboard