MCP TypeScript SDK (V2)
    Preparing search index...

    Typed shape for HTTP error data carried by SdkHttpError.

    interface SdkHttpErrorData {
        status: number;
        statusText?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    status: number
    statusText?: string