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

    Class FinishLargeFileResponseBodyError

    Thrown when b2_finish_large_file returned a response but its body could not be read. The large file may already be committed server-side, so high-level upload paths do not cancel the large file after this error.

    Hierarchy

    • Error
      • FinishLargeFileResponseBodyError
    Index

    Constructors

    Properties

    Constructors

    • Creates a new FinishLargeFileResponseBodyError instance.

      Parameters

      • message: string

        Human-readable description of the response read failure.

      • options: {
            bucketId?: BucketId;
            cause?: unknown;
            fileId?: LargeFileId;
            fileName?: string;
        } = {}

        Optional cause and reconciliation metadata.

      Returns FinishLargeFileResponseBodyError

    Properties

    bucketId?: BucketId

    Bucket requested by the high-level upload, when available.

    fileId?: LargeFileId

    Ambiguous large file ID that may already be committed server-side.

    fileName?: string

    File name requested by the high-level upload, when available.