exception documentation

class QueryFilterParseError(ParseError):

View In Hierarchy

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 GetDetails Returns a list of strings with details about the error.
def GetDetails(self):

Returns a list of strings with details about the error.