Queue API Errors
Status |
Error Type |
Description |
---|---|---|
401 |
Authorization Failure |
Unauthorized (for example, the user is not yet authenticated in the Web Session). |
404 |
Not Found |
The resource specified is invalid or does not exist. |
404 |
User Not Found |
The user ID provided is invalid or is not recongnized. No such user exists in CTI. |
500 |
Internal Server Error |
Any runtime exception is caught and responded with this error. |