Automotion docs

METERING_FAILED

Usage metering could not be recorded.

HTTP status: 500

What it means

Usage metering could not be recorded.

Why it happens

  • Usage accounting for a finished render failed (e.g. missing duration metadata).

How to fix it

  • Retry-safe on the platform side; contact support if a render stays unmetered.

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": "METERING_FAILED",
    "message": "Usage metering failed.",
    "docsUrl": "https://automotion.dev/docs/errors/metering_failed"
  },
  "requestId": "req_0123456789abcdef0123456789abcdef"
}

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

On this page