Error Codes
When using the SUTRA API, you may encounter errors. Below are common error codes, their causes, and suggested solutions:
CODE |
DESCRIPTION |
---|---|
400 - Invalid Format |
Cause: The request body format is invalid. |
401 - Authentication Fails |
Cause: The API key provided is invalid. |
422 - Invalid Parameters |
Cause: The request contains invalid or unsupported parameters. |
429 - Too Many Requests |
Cause: Requests are being sent at a rate exceeding the server's capacity. |
500 - Server Error |
Cause: The server encountered an unexpected issue. |
503 - Server Overloaded |
Cause: The server is under high traffic and cannot handle the request. |