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

    Structured error classification result for MCP responses.

    interface ErrorClassification {
        errorCategory: ErrorCategory;
        errorCode: ErrorCode;
        retryable: boolean;
        httpStatus?: number;
    }
    Index

    Properties

    errorCategory: ErrorCategory
    errorCode: ErrorCode
    retryable: boolean
    httpStatus?: number