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

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of InspectExceptionQueryResult
    Index

    Properties

    Properties

    ".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.