R2 error codes

Is there documentation for the R2 error codes?

I've seen a couple seemingly transient codes, I'd like to add some retry logic for the appropriate code types. For example:

get: We encountered an internal connectivity issue. Please try again. (10001)

https://community.cloudflare.com/t/r2-bucket-error-get-reduce-your-rate-of-simultaneous-reads-on-the-same-object-10058/553103
Cloudflare Community
I have a cron trigger that executes every 30 minutes. It uses a single invocation of R2 bucket.get(key). This works great, however I noticed an error in the logs for one of the trigger executions: Error get: Reduce your rate of simultaneous reads on the same object. (10058) Seemed to be a transient error because it hasn’t happened before or...
Was this page helpful?