Error handling is part of every production integration. Use this flow:Documentation Index
Fetch the complete documentation index at: https://docs.cravejs.com/llms.txt
Use this file to discover all available pages before exploring further.
- Parse API error responses consistently.
- Map error codes to clear user messages.
- Retry only transient failures (for example 429, 5xx).
- Log failures with request context for debugging.
Error Codes
Full list of Crave error codes and resolutions.
Troubleshooting
Debug common integration issues quickly.