AGENT_TRACE_OUTCOME_EMIT_FAILED
500api_errorThe trace outcome event could not be published.
Cause
The outcome is stored on the trace, but the event that tells downstream consumers about it failed to publish.
How to fix it
Retry. The backfill is idempotent, so re-running it re-attempts only the emit.
Example response
500 AGENT_TRACE_OUTCOME_EMIT_FAILED
JSON
{
"error_code": "AGENT_TRACE_OUTCOME_EMIT_FAILED",
"error_type": "api_error",
"error_message": "The trace outcome event could not be published.",
"hint": "Retry. The backfill is idempotent, so re-running it re-attempts only the emit.",
"docs_url": "https://docs.billerapi.com/errors/AGENT_TRACE_OUTCOME_EMIT_FAILED",
"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/AGENT_TRACE_OUTCOME_EMIT_FAILED
Was this page helpful?