Finesse MaintenanceMode API Errors
Status |
Error Type |
Description |
---|---|---|
400 |
Bad Request |
The request is malformed or incomplete. |
400 |
Invalid Input |
One of the parameters provided as part of the user input is invalid or not recognized. |
401 |
Authorization Failure |
Unauthorized (for example, the user is not yet authenticated in the Web Session). |
401 |
Invalid Authorization User Specified |
The authenticated user tried to make a request for another user. |
404 |
Not Found |
The resource specified is invalid or does not exist. |
500 |
Internal Server Error |
Any runtime exception is caught and responded with this error (for example, when connection is not established with CTI server or any other component). |