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

    Interface AmbiguousFinishCleanupFailureEvent

    Event emitted when cleanup is skipped because finish may have committed.

    interface AmbiguousFinishCleanupFailureEvent {
        error: FinishLargeFileResponseBodyError;
        fileId: LargeFileId;
        reason: "finish-ambiguous";
    }
    Index

    Properties

    Properties

    Error thrown to the caller with reconciliation metadata.

    fileId: LargeFileId

    Large file whose final server-side state is ambiguous.

    reason: "finish-ambiguous"

    Cleanup phase that produced the observable event.