shajara API
    Preparing search index...

    Interface ExternalFailure

    Failure value for a cause that originated outside the computation.

    interface ExternalFailure {
        kind: "external";
        message: string;
        raw: unknown;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    kind: "external"
    message: string
    raw: unknown

    Original value that originated outside the computation.