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

Inheritors

Constructors

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

Properties

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