OptionalrecoveryOptionalfieldName of the request field the error applies to (validation /
constraint errors). Dropped from the wire shape for codes whose
ADCP_ERROR_FIELD_ALLOWLIST entry excludes it (e.g. IDEMPOTENCY_CONFLICT
— a conflict response MUST NOT echo prior payload state).
OptionalsuggestionHuman-readable remediation hint. Dropped from the wire shape for
codes whose ADCP_ERROR_FIELD_ALLOWLIST entry excludes it (e.g.
IDEMPOTENCY_CONFLICT).
Optionalretry_Seconds to wait before retrying a transient error. Only meaningful
on retryable codes (RATE_LIMITED, SERVICE_UNAVAILABLE); dropped
on terminal codes whose allowlist excludes it (IDEMPOTENCY_CONFLICT
— a computed retry_after on conflict would leak cached-entry age).
OptionaldetailsCode-specific diagnostic payload. Dropped from the wire shape for
codes whose ADCP_ERROR_FIELD_ALLOWLIST entry excludes it
(IDEMPOTENCY_CONFLICT — a conflict response MUST NOT echo the
prior request payload or cached response body).
OptionalissuesSchema validation issues surfaced at the top level of adcp_error
so operators see JSON Pointers on the first render. Primary use is
VALIDATION_ERROR; framework validation hooks populate this
automatically and also mirror the same array to details.issues
for buyers that already index into details per AdCP spec
convention.
Override the recovery classification. Defaults to
STANDARD_ERROR_CODES[code].recoveryfor known codes,'terminal'otherwise. Dropped from the wire shape for codes whose entry inADCP_ERROR_FIELD_ALLOWLISTexcludes it (IDEMPOTENCY_CONFLICTexcludesrecovery— the classifier is derivable from the code).