Error value for invalid JSONPath queries
Summary
Types
@type error_type() ::
:invalid_expression
| :unexpcected_argument
| :unexpected_comparison
| :invalid_number
| :invalid_unicode
@type t() :: %JSONPath.Error{ expression: binary(), message: binary(), type: error_type() }