shajara API Map
    Preparing search index...

    Interface HaltSigil

    Sigil that converges the current process with failure.

    interface HaltSigil {
        "[ECHO_TOKEN]"?: readonly [never];
        failure: Failure;
        kind: "halt";
    }

    Hierarchy (View Summary)

    Index
    "[ECHO_TOKEN]"?: readonly [never]
    failure: Failure
    kind: "halt"