Response Codes
Detailed information on Responses
Error Handling
Operations that result in an error due to a problem on the client’s part (for example, invalid parameters) returns standard 4xx codes. 5xx codes will be returned if the server encountered an unexpected condition that prevented it from fulfilling the request.
HTTP Response Code | Response Condition | Response Body |
---|---|---|
200 OK | Successful response | |
204 No Content | Status code message is displayed in the reply header | |
400 Bad Request | Parameter(s) are invalid in some way. | |
401 Unauthorized | Request could not be authorized. | This error code can occur when access token has expired |
403 Forbidden | Request is forbidden, user does not have access to database. | The error code is displayed with a message |
404 Not Found | A required reference was not found. | The error code is displayed with a message |
409 Conflict | Conflict. Database is locked please try again later | |
500 Internal Server Error | Server encountered an unexpected condition. |