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

    Interface FaultHandle

    Handle returned by B2Simulator.injectFailure so a specific fault registration can be torn down without affecting other faults.

    interface FaultHandle {
        clear(): void;
    }
    Index

    Methods

    Methods

    • Remove this fault registration. Idempotent: calling twice is a no-op. Faults whose count budget has already been exhausted retire automatically and do not need to be cleared explicitly.

      Returns void