MCP Server Framework - v1.0.0
    Preparing search index...

    Variable ErrorCodeToHttpStatusConst

    ErrorCodeToHttpStatus: Partial<Record<ErrorCodeType, HttpStatusType>> & Record<
        string,
        HttpStatusType,
    > = ...

    Maps application error codes to HTTP status codes.

    This mapping is used by the base error class to automatically derive HTTP status codes from error codes when not explicitly specified.