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

    Interface B2ApiError

    Normalized provider error shape used by MCP tool responses and audit logs.

    interface B2ApiError {
        code: string;
        extendedRequestId?: string;
        message: string;
        requestId?: string;
        status: number;
    }
    Index
    code: string

    Stable provider or local error code.

    extendedRequestId?: string

    AWS SDK extended request id, when present.

    message: string

    Human-readable error message.

    requestId?: string

    Provider request id (B2 native header or AWS SDK $metadata) — for support tickets.

    status: number

    HTTP status associated with the provider or local error.