Error Response Format
Best Practices
- Always check the
typefield in the response (successorerror) - Log error responses for debugging
- Display user-friendly messages based on the error code
- Implement retry logic with exponential backoff for transient errors (429, 5xx)

