5.4.8. xgt.XgtNameError¶
- exception xgt.XgtNameError(msg: str, trace: str = '', job: Job | None = None)¶
An unexpected name was provided. Typically can occur during object retrieval where the object name was not found.
- add_note(note, /)¶
Add a note to the exception
- with_traceback(tb, /)¶
Set self.__traceback__ to tb and return self.