Documentation

TRACE_ASSET_READ_FAILED

500api_error

The artifact object could not be read.

Cause

Object storage refused or failed the read for a key the manifest lists.

How to fix it

Retry with backoff; if it persists, the object may have been reclaimed ahead of its metadata row.

Example response

500 TRACE_ASSET_READ_FAILED
JSON
{
  "error_code": "TRACE_ASSET_READ_FAILED",
  "error_type": "api_error",
  "error_message": "The artifact object could not be read.",
  "hint": "Retry with backoff; if it persists, the object may have been reclaimed ahead of its metadata row.",
  "docs_url": "https://docs.billerapi.com/errors/TRACE_ASSET_READ_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/TRACE_ASSET_READ_FAILED

Was this page helpful?