The following table lists the error codes returned by the Eclipse Web API:
| Error Code | Description |
|---|---|
| 10001 DuplicateUserName | Returned when a duplicate user name is found. |
| 10002 DuplicateEmail | Returned when a duplicate email address exists. |
| 10003 InvalidPassword | Returned when the provided password is incorrect. |
| 10004 InvalidUserName | Returned when the provided user name is incorrect. |
| 10005 InvalidEmail | Returned when an invalid email is provided. |
| 10006 ProviderError | Returned when an error occurs with the validation provider. |
| 10007 UserRejected | Returned when a valid user is rejected. |
| 10008 NotFound | Returned when a resource cannot be found or does not exist. |
| 10009 InvalidRequest | Returned when an invald request is made to the resource. |
| 10010 UserNotConfirmed | Returned when a user has not confirmed their registration details. |
| 10011 AccessDenied | Returned when access is denied to a resource. |
| 10012 ModelValidationError | Returned when a input model validation occurs. |
| 10013 TimesheetLocked | Returned when a timesheet is in a state that cannot be edited. |
| 10014 DuplicateJobApplication | Returned when a candidate has already applied for a job. |
| 10015 DuplicateUserBasketJob | Returned when a job is already in the the job basket. |
A list of the standard HTTP Response Codes returned by the Eclipse Web API.