Automotion docs

STORAGE_FAILED

A storage (S3) operation failed.

HTTP status: 502

What it means

A storage (S3) operation failed.

Why it happens

  • An object-storage operation (upload, download, presign) failed.

How to fix it

Example

Every non-2xx response uses the same envelope; path (when present) is the exact JSON path of the offending field, and requestId identifies the request in support conversations:

response.json
{
  "error": {
    "code": "STORAGE_FAILED",
    "message": "A storage operation failed.",
    "docsUrl": "https://automotion.dev/docs/errors/storage_failed"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

See the error index for the full catalog and the API overview for envelope semantics.

On this page