exception jsonpath.core.JSONPathError

Bases: Exception

JSONPath Base Exception.

exception jsonpath.core.JSONPathSyntaxError(expr: str)

Bases: jsonpath.core.JSONPathError, SyntaxError

JSONPath expression syntax error.

Parameters

expr (str) – JSONPath expression

exception jsonpath.core.JSONPathUndefinedFunctionError

Bases: jsonpath.core.JSONPathError

Undefined Function in JSONPath expression error.

exception jsonpath.core.JSONPathFindError

Bases: jsonpath.core.JSONPathError

JSONPath executable object finds nothing.