| Error Code | Message | Description |
|---|---|---|
| 200 | Ok | The action requested has been successfully executed. |
| 201 | Created | A new resource has been successfully created. |
| 202 | Accepted | The request has been received, but no modifications have been made as of yet. |
| 204 | No Content | The request was successful, however, the response contains no content. |
| 400 | Bad Request | The request was improperly formulated. |
| 401 | Unauthorized | The client lacks the necessary authorization to execute the requested action. |
| 404 | Not Found | The requested resource could not be located. |
| 405 | METHOD NOT ALLOWED | The target resource does not support the requested HTTP method. |
| 406 | NOT ACCEPTABLE | The target resource does not support the data format requested in the accept header or the accept parameter. |
| 409 | CONFLICT | A conflicting change was detected during an attempt to modify a resource. |
| 415 | Unsupported Media Type | The data format of the request is not supported by the server. |
| 422 | Unprocessable Entity | The application data was correctly formatted but was found to be invalid or issing. |
| 500 | Internal Server Error | The server was unable to process the request. |