Documentation

TRACE_ARTIFACT_UPLOAD_FAILED

500api_error

The artifact could not be written to storage.

Cause

Object storage refused or failed the write.

How to fix it

Retry with backoff — re-uploading the same key overwrites rather than duplicating.

Example response

500 TRACE_ARTIFACT_UPLOAD_FAILED
JSON
{
  "error_code": "TRACE_ARTIFACT_UPLOAD_FAILED",
  "error_type": "api_error",
  "error_message": "The artifact could not be written to storage.",
  "hint": "Retry with backoff — re-uploading the same key overwrites rather than duplicating.",
  "docs_url": "https://docs.billerapi.com/errors/TRACE_ARTIFACT_UPLOAD_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?