7.4.8. xgt.XgtNameError

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

An unexpected name was provided. Typically can occur during object retrieval where the object name was not found.

with_traceback()

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