storage_returned_transient_error

The storage destination is temporarily unavailable.

storageHTTP 500retryablenever billed

Common causes

  • · The bucket endpoint timed out, throttled the upload or answered 5xx.
  • · A network fault between the capture pool and the storage provider.

What to do

  • · Retry: unlike `storage_access_denied`, this one is retryable and is retried internally.
  • · If it persists, the credentials are probably fine and the endpoint is not — check the provider status page before rotating keys.
  • · For scheduled report delivery, use `async=true` with a webhook so a slow bucket does not hold your request open.

Response shape

HTTP 500
{
  "is_successful": false,
  "error_code": "storage_returned_transient_error",
  "error_message": "The storage destination is temporarily unavailable.",
  "documentation_url": "https://api.pagecapture.dev/docs/errors/storage_returned_transient_error",
  "request_id": "req_01..."
}