@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface InspectExceptionQueryResult {
        ".meta": BaseQueryMeta;
        exceptions: Record<NodeId, ExceptionPoint[]>;
    }

    Hierarchy (View Summary)

    Index
    ".meta": BaseQueryMeta
    exceptions: Record<NodeId, ExceptionPoint[]>

    If a function throws exceptions, the Ids of the throwing functions (at least the functions flowr knows about). An empty array means the function does not throw any exceptions.