Forbidden

class Forbidden(message: String) : FxaException

Thrown when an authenticated account isn't allowed to perform some operation. Unlike Authentication, there's no problem with the account status. In some cases it might be possible to request additional scopes, and once granted, the operation may succeed.

Constructors

Link copied to clipboard
constructor(message: String)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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