Error | Cause | Solution |
---|---|---|
TIMEOUT | Node took too long | Retry or increase timeout |
INVALID_CONFIG | Wrong parameters | Check node configuration |
API_RATE_LIMIT | Too many requests | Implement backoff |
AUTH_ERROR | Invalid credentials | Check API keys |
NETWORK_ERROR | Connection issues | Retry with exponential backoff |