Error Messages
The REST API for Oracle® Session Delivery Management Cloud (Oracle SDM Cloud) returns standard HTTPS error codes.
| HTTP Status Code | Description |
|---|---|
| 400 Bad Request | The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing). |
| 401 Unauthorized | The request has not been applied because it lacks valid authentication credentials for the target resource. |
| 403 Forbidden | The server understood the request but refuses to authorize it. |
| 404 Not Found | The server did not find a current resource or is not willing to disclose that one exists. |
| 405 Method Not Allowed | The HTTPS verb (DELETE, GET, POST, or PUT) specified in the URI request made of a resource is not supported by that resource, for example, using GET on a form which requires data to be presented through POST, or using PUT on a read-only resource. |
| 409 Conflict | The server cannot process the request due to a conflict with the current state of the target resource. |
| 500 Internal Server Error | The server encountered an unexpected condition that prevented it from fulfilling the request. |