UNAUTHORIZED | Authentication is missing or invalid. | Reconnect OAuth or replace the API key. |
INVALID_REQUEST | The operation, path values, query values, body, or mutation confirmation is invalid. | Inspect the capability again and correct the request. |
REQUEST_TOO_LARGE | The MCP request body exceeds the service limit. | Remove unnecessary arguments or reduce the body. |
RATE_LIMITED | The credential or service exceeded its short-term request limit. | Wait and retry with backoff. |
CONCURRENCY_LIMITED | Too many requests are running at once. | Wait for an active request to finish. |
INSUFFICIENT_CREDITS | No active credits remain. | Check Usage and contact Superdata support. |
DUPLICATE_REQUEST | The same metered protocol request is pending or already completed. | Wait for the first response; do not submit duplicates. |
REQUEST_TIMEOUT | Intelligence execution exceeded its deadline. | Reduce the scope or response size and retry. |
UPSTREAM_RATE_LIMITED | The intelligence provider returned HTTP 429. | Wait and retry with backoff. |
UPSTREAM_REQUEST_FAILED | The intelligence provider rejected or failed the operation. | Check the optional upstream status, then correct or retry the request. |
INTERNAL_ERROR | An unexpected safe server error occurred. | Retry once, then contact support. |