UnauthorizedException

Exception thrown when an application is unauthorized to perform the action.

Note: Hue incorrectly uses a 403 error for unauthorized applications, so it is not possible to tell whether an application is unauthorized or forbidden from performing the action

Constructors

Link copied to clipboard
fun UnauthorizedException(cause: Throwable? = null)

Properties

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