REST HTTP Return Codes
The following table lists the REST HTTP return codes:
| Return Code | Description |
|---|---|
| 200 | Successful |
| 201 | Successful Create |
| 400 | Invalid Parameter |
| 401 | Invalid Credentials |
| 403 | Forbidden |
| 404 | Not Found |
| 409 | Request Conflict
This is also a catch-all when an error does not belong to another category. A message will generally be returned with a description of the error. |
| 500 | Internal server Error - Unable to process the request |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
