Skip to main content
OMA public APIs use a consistent compatibility error envelope.
string
The top-level object type. Error responses use error.
string
The trace ID for this request. Include it when contacting the deployment operator.
string
A stable category such as authentication_error, invalid_request_error, or not_found_error.
string
A developer-facing explanation. Do not branch on the complete message text.

Common status codes

Retries

Use jittered exponential backoff only for temporary network failures, 429, or explicitly recoverable 5xx responses. Validation, authentication, and version conflicts require a request change and will not succeed through blind retries.
/v1/filestore uses a flat error format required by the rclone-filestore protocol instead of the general envelope on this page.