Error
The SmartGarant API returns structured errors to help you recover quickly.
Error Handling Guidelines
- Treat non-2xx responses as failed operations.
- Log request identifiers and error payloads.
- Retry only when errors are transient.
- Do not retry validation or business-rule errors without fixing inputs.
Integration Pattern
- Validate payloads before request.
- Handle authentication errors explicitly.
- Implement safe retry with backoff for temporary failures.