shajara API Map
    Preparing search index...

    Interface Suppressor

    Captures out-of-band faults without converting them into in-band failure values.

    interface Suppressor {
        capture: (fault: unknown) => void;
    }
    Index
    capture: (fault: unknown) => void

    Records one fault observed outside normal settlement.