Possible Errors
1min
When interacting with the Digitail API, you may encounter various HTTP status codes indicating different types of errors:
- 400 Bad Request: Your request was invalid. Double-check request parameters and formatting.
- 401 Unauthorized: Authentication failed or the provided access token is invalid or expired. Ensure correct authentication credentials are used.
- 403 Forbidden: Access to the requested resource is restricted. Verify permissions or contact support for assistance.
- 422 Unprocessable Entity: The request contained semantic errors. Review request body and correct any issues.
- 429 Too Many Requests: You have exceeded the rate limit for API requests. Wait for rate limit reset or optimize usage.
- 500 Internal Server Error: An unexpected server error occurred. Retry later or contact support if issue persists.
Updated 12 Apr 2024
Did this page help you?