Exception Summary |
AuthRequiredRestException |
Exception that is thrown when the session identification is missing or invalid |
FailureRestException |
Exception that is thrown when an unexpected error has occurred (example: a database error prevented saving) |
InvalidDataRestException |
Exception that is thrown when data for the request was invalid or insufficient |
MaintenanceModeRestException |
Exception that is thrown when it is not possible to send requests to a system because it is currently in maintenance mode |
NotFoundRestException |
Exception that is thrown when a requested object was not found in the system |
PermissionRestException |
Exception that is thrown when the user did not have sufficient permissions to carry out the action |
RestException |
Base class for all possible exceptions that might be thrown for REST API actions |