TRACE_ARTIFACT_REJECTED
400invalid_requestThe artifact is refused by credential containment.
Cause
A login-script recording tried to upload a DOM dump. DOM content from a login page can carry credential field values, so the class is refused outright; the per-turn manifest is the one metadata-only exception.
How to fix it
Upload screenshots and selector scripts instead; do not upload DOM for login recordings.
Example response
400 TRACE_ARTIFACT_REJECTED
JSON
{
"error_code": "TRACE_ARTIFACT_REJECTED",
"error_type": "invalid_request",
"error_message": "The artifact is refused by credential containment.",
"hint": "Upload screenshots and selector scripts instead; do not upload DOM for login recordings.",
"docs_url": "https://docs.billerapi.com/errors/TRACE_ARTIFACT_REJECTED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/TRACE_ARTIFACT_REJECTED
Was this page helpful?