Machine-readable error code for a feed failure.
Enables programmatic retry/skip/fallback logic by downstream consumers:
ENRICHMENT_FAILED
error
data
UPSTREAM_TIMEOUT
UPSTREAM_ERROR
RATE_LIMIT
Machine-readable error code for a feed failure.
Enables programmatic retry/skip/fallback logic by downstream consumers:
ENRICHMENT_FAILED— EP API internal enrichment/POST step returned an error-in-body (HTTP 200 witherrorfield and nodataarray).UPSTREAM_TIMEOUT— The upstream request exceeded the configured timeout.UPSTREAM_ERROR— A non-timeout, non-rate-limit upstream error occurred.RATE_LIMIT— The upstream API returned HTTP 429 (too many requests).