exception documentation
class QueryFilterParseError(ParseError):
Error while parsing query filter.
This exception must be instantiated with two values. The first one is a string with an error description, the second one is an instance of a subclass of pyparsing.ParseBaseException (used to display the exact error location).
Method |
|
Returns a list of strings with details about the error. |