| Exception | Description |
|---|---|
| AbstractCharonException |
If an error occurs in SCIM operation,in addition to returning the HTTP response code,
an human readable explanation should also be returned in the body.
|
| BadRequestException |
If the request is unparsable, syntactically incorrect, or violates schema., this exception is thrown.
|
| CharonException |
General exceptions in charon server side.
|
| ConflictException |
The specified version number does not match the resource's
"latest version number, or a service provider refused to create a new, duplicate resource.
|
| ForbiddenException |
Operation is not permitted based on the supplied authorization.
|
| FormatNotSupportedException |
If client requests the response to be returned in a format that is not supported,
FormatNotSupportedException is thrown.
|
| InternalErrorException |
An internal error.
|
| NotFoundException |
If the requested resource is not found, this exception is thrown.
|
| NotImplementedException |
Service provider does not support the request operation.
|
| PayloadTooLargeException |
payload size exceed the max payload size.
|
| PermanentRedirectException |
The client is directed to repeat the same HTTP request at the location identified.
|
| PreConditionFailedException |
Failed to update.
|
| TemporyRedirectException |
The client is directed to repeat the same HTTP request at the location identified.
|
| UnauthorizedException |
Authorization failure.
|
Copyright © 2020 WSO2. All rights reserved.