Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / DiagnosticsSeverity

Enumeration: DiagnosticsSeverity

Severity of the diagnostics.

Enumeration Members

error

ts
error: "Error";

Something that is forbidden.


warning

ts
warning: "Warning";

Something that is allowed, but maybe is not intentional.