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

    Interface CancelLargeFileCleanupFailureEvent

    Event emitted when best-effort b2_cancel_large_file cleanup fails.

    interface CancelLargeFileCleanupFailureEvent {
        error: unknown;
        fileId: LargeFileId;
        reason: "cancel-failed";
    }
    Index

    Properties

    Properties

    error: unknown

    Error thrown by b2_cancel_large_file.

    fileId: LargeFileId

    Unfinished large file that may remain orphaned.

    reason: "cancel-failed"

    Cleanup phase that produced the observable event.