| Class | Description |
|---|---|
| ErrorResponse |
| Exception | Description |
|---|---|
| BadRequestException | |
| ConflictException |
409 Conflict
Indicates that the request could not be processed because of conflict in the request, such as an edit conflict.
|
| ForbiddenException |
403 Forbidden
The request was a legal request, but the server is refusing to respond to it.[2]
Unlike a 401 Unauthorized response, authenticating will make no difference.[2]
|
| InternalServerException | |
| InvalidRelationshipException | |
| NonexistentEntityException |
May be thrown upon encountering an identifier that refers to an entity that does not exist.
|
| ResourceNotFoundException |
404 Not Found
The requested resource could not be found but may be available again in the future.
|
| ServiceException | |
| ThirdPartyFailureException | |
| UnauthorizedException |
401 Unauthorized
Similar to 403 Forbidden, but specifically for use when authentication is possible but has failed or not yet been provided.
|
| UnprocessableEntityException |
The 422 (Unprocessable Entity) status code means the server
understands the content type of the request entity (hence a
415(Unsupported Media Type) status code is inappropriate), and the
syntax of the request entity is correct (thus a 400 (Bad Request)
status code is inappropriate) but was unable to process the contained
instructions.
|
| WebserviceException |
Copyright © 2015. All rights reserved.