European Parliament MCP Server API - v1.2.21
    Preparing search index...

    Type Alias FeedErrorCode

    FeedErrorCode:
        | "ENRICHMENT_FAILED"
        | "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 with error field and no data array).
    • 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).