interface InspectExceptionQueryResult {
    ".meta": BaseQueryMeta;
    exceptions: Record<NodeId, ExceptionPoint[]>;
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of InspectExceptionQueryResult

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.