shajara API Map
    Preparing search index...

    Interface UnfulfilledFailure

    Failure value for a future whose owner scope closed before the future produced a result.

    interface UnfulfilledFailure {
        kind: "unfulfilled";
        message: string;
    }

    Hierarchy (View Summary)

    Implemented by

    Index
    kind: "unfulfilled"
    message: string