@backblaze-labs/b2-mcp
    Preparing search index...

    Interface ParsedB2ErrorText

    Parsed metadata extracted from a formatted B2 error string.

    interface ParsedB2ErrorText {
        code: string;
        requestId?: string;
        status: number;
    }
    Index
    code: string

    Stable provider or local error code.

    requestId?: string

    Provider request ID, when present in the formatted error.

    status: number

    HTTP status associated with the formatted error.