These are the HTTP codes the service will explicitly return; however, client programs should be prepared to handle any of the standard HTTP codes.
Code | Message | Description |
---|---|---|
200 | OK | Request processed successfully. |
400 | Bad Request | Request failed due to malformed syntax. Check the response header for more information. |
401 | Unauthorized | Provided token is incorrect. Please check your token: go to Self Service Portal > Licenses. |
403 | Forbidden | Request is not authorized to use the service. |
404 | Not Found | The requested resource could not be found but may be available again in the future. Subsequent requests by the client are permissible. |
409 | Conflict | Result is not ready. Please resubmit the request to try and retrieve the result again. |
500 | Internal Server Error | We have encountered an unexpected server error. Please contact us if the problem persists. |
503 | Service Unavailable | The server is currently unavailable. Please try again later or contact us if the problem persists. |