Member Junction
    Preparing search index...

    The outcome envelope for a catalog run — a throw is DATA here, not an abort.

    interface QueryRunOutcome {
        Error?: string;
        Result?: RunQueryResult;
        Threw: boolean;
    }
    Index

    Properties

    Properties

    Error?: string
    Threw: boolean