class |
InternalServerErrorException |
Indicates that an internal error occured in CIS.
|
class |
InvalidOrMissingFieldException |
Indicates that the request has invalid or missing elements that prevents the request to be fulfilled.
|
class |
NotFoundException |
A generic exception if a resource wasn't found (will be translated to a 404).
|
class |
ServiceConfigurationException |
Indicates that the service configuration is not valid.
|
class |
ServiceInvalidException |
Indicates that the requested service or function is not supported.
|
class |
ServiceNotAuthorizedException |
Indicates that the user is not authorized to access the service.
|
class |
ServiceNotImplementedException |
Indicates that the requested service or function is not supported.
|
class |
ServicePreconditionFailedException |
A precondition failed which prevented it from fulfilling the request.
|
class |
ServiceRequestException |
The 3rd party returned an error due to invalid or missing arguments.
|
class |
UnknownClientErrorException |
This Exception is to be used when an unexpected / unreadable exception from the client was thrown.
|