Either returns all function definitions alongside exception information, or just those matching the filters.

interface InspectExceptionQuery {
    filter?: SingleSlicingCriterion[];
    type: "inspect-exception";
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of InspectExceptionQuery

Properties

Properties

If given, only function definitions that match one of the given slicing criteria are considered.

type: "inspect-exception"

used to select the query type :)