shajara API
    Preparing search index...

    Interface InterruptedFailure

    Failure value for execution interrupted outside normal convergence.

    interface InterruptedFailure {
        cause: unknown;
        kind: "interrupted";
        message: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    cause: unknown

    Out-of-band cause that interrupted execution.

    kind: "interrupted"
    message: string