REST API Reference

REST API Reference

Error Object

Error Object

When a request fails, the server returns an HTTP error and a REST API error object.
The following response body is an example of an error that you receive if you try to search for a project that does not exist:
{ "status": 404, "code": 66, "link": "", "message": "[PROJECT_0001] The project name is not valid. The project name cannot be empty." }
  • Status indicates the HTTP status code.
  • Code indicates the developer error code number.
  • Link indicates the link to information on the developer error codes.
  • Message contains the error message.

0 COMMENTS

We’d like to hear from you!