@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface B2ErrorResponse

    Standard error response body returned by the B2 API on failure.

    interface B2ErrorResponse {
        code: B2ErrorCode;
        message: string;
        status: number;
    }
    Index

    Properties

    Properties

    Machine-readable error code identifying the specific failure.

    message: string

    Human-readable description of the error.

    status: number

    HTTP status code from the B2 API response.