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

    API Error thrown when European Parliament API requests fail.

    throw new APIError('EP API request failed: Not Found', 404, { endpoint: '/meps/999999' });
    

    Hierarchy

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • message: string
      • OptionalstatusCode: number
      • Optionaldetails: unknown

      Returns APIError

    Properties

    details?: unknown
    statusCode?: number