7.4.11. xgt.XgtSyntaxError

exception xgt.XgtSyntaxError(msg, trace='')

A query was provided with incorrect syntax.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.