Skip to main content

Error Handling

Comprehensive guide to handling errors in Fincept API, including error codes, retry strategies, and debugging.

Error Response Structure

HTTP Status Codes

4xx Client Errors

5xx Server Errors

Common Errors

Insufficient Credits

Solution: Purchase credits or subscribe

Invalid API Key

Solutions:
  • Login to retrieve current key
  • Check for typos
  • Verify key wasn’t regenerated
  • For guests, check expiry

Rate Limit Exceeded

Response headers:

Retry Strategies

Exponential Backoff

Complete examples →