Client Exception
A base exception class for handled client exceptions, the extension can throw other exceptions too, but they will be handled by the App.
The app handles the following exceptions:
LoginRequired - When the user is not logged in
Unauthorized - When the user is not authorized, will log out the user.
NotSupported - When the extension does not support an operation.
See also
Inheritors
Types
Link copied to clipboard
To be thrown when the some operation requires user to be logged in.
Link copied to clipboard
To be thrown when the extension does not support an operation.
Link copied to clipboard
To be thrown when the user is not authorized to perform an operation. The user will be logged out from the app.