Response Codes

The following table lists the standard HTTP Response codes returned by the Eclipse Web API:

HTTP Response CodeDescription
200 OK The request has succeeded.
201 Created This message code is returned when the resource has been created successfully.
400 Bad Request The request has not been able to be fulfilled because of missing information. Check that data in the request body has been entered.
401 Unauthorised The username and/or and password supplied does not match.
403 Forbidden The user has successfully ben authenticated but does not have the correct access to the resource being requested.
404 Not Found The resource you have requested cannot be found. Ensure you have entered the correct values.
500 Internal Server Error The server encountered an unexpected condition that prevented it from fulfilling the request.
501 Not Implemented This feature has not yet been implemented.

HTTP Response Codes

A list of the standard HTTP Response Codes returned by the Eclipse Web API.

Learn more »

Error Codes

A list of the error codes returned by the Eclipse Web API.

Learn more »