← Back to all provider errors
Google
backendError — Backend Error
Internal server error at Google side.
Riposte solution
Google's server encountered an internal error (500). This is not due to your request. The best approach is to retry after a brief delay. Use exponential backoff when seeing backendError. For example, if a request via Riposte fails with this error, wait a bit and try the same request again, up to a few retries.
Quick facts
- Provider
- Endpoint / surface
- Google API (global)
- Status code
- 500
Why it happens
[Transient server failure]
How to fix it
[Retry with exponential backoff]