Response and Error Codes
Response Code | Condition | Message | Description |
---|---|---|---|
200 | OK | The request was successful. | This message appears when the batch re-processing request is submitted. |
400 | Bad Request | The request was invalid or cannot be served. | Ensure the Path Parameter and Request Body parameters are correct and in the right format. |
401 | UnAuthorized | Invalid request format Authentication failed or user does not have permissions. | Invalid token or invalid signature received for JSON Web Token validation.Ensure the correct token is input. |
404 | Not found | The requested resource could not be found. | The requested Conversation is not found. |
500 | Internal Server Error | Internal Server Error. | The server encountered an unexpected error that prevented it from fulfilling the request. Retry after some time. |