Errors
These are common error you may get from the API. There maybe other errors. Please check your API response for details.
Error | Description | Troubleshooting |
---|---|---|
200 | Success | |
400 | Request invalid | Check the format of your request against the API documentation. |
401 | User lacks authorization for this action | Check that user has API authorization. Generate a new access token. |
403 | The client is not permitted to perform the requested operation. | The client refers to your application making the request. Check that user has API authorization. Generate a new access token. Check for any firewalls that might be preventing a request. |
500 | The server encountered an unexpected condition that prevented it from fulfilling the request. | The server (Coalesce) couldn't fulfill the request. Keep trying. If the issue persists, create a support ticket. |
502 | The server received an error from an upstream system. | The server (Coalesce) couldn't fulfill the request. Keep trying. If the issue persists, create a support ticket. |
503 | The service is currently unavailable. | The server (Coalesce) couldn't fulfill the request. Keep trying. If the issue persists, create a support ticket. |
504 | The server didn't receive a response in time from the upstream system. | The server (Coalesce) couldn't fulfill the request. Keep trying. If the issue persists, create a support ticket. |