Error Handling
The Rich API implements standard HTTP response codes to indicate request outcomes. This documentation outlines potential error codes, their significance, and recommended resolution strategies.
Response Code Categories
Status Code | Description |
---|---|
2xx | Indicate successful request processing and completion |
4xx | Indicate client-side errors, typically due to invalid request parameters or authentication issues |
5xx | Indicate server-side processing errors. These are exceptional cases and occur infrequently |