A comprehensive breakdown of all Rutter client and server-side errors
Error Schema
We use standard HTTP response codes for success and failure notifications, and our errors are further classified by error_type. In general, 200 HTTP codes correspond to success, 40X codes are for developer- or user-related failures, and 50X codes are for Rutter-related issues. Error fields will be null if no error has occurred.
Property | Type | Description |
---|---|---|
error_type | string | Broad categorization of the error. Safe for programmatic use. |
error_code | string | The particular error code. Safe for programmatic use. |
error_message | string | A developer-friendly representation of the error code. This may change over time and is not safe for programmatic use. |