5.4.3. xgt.XgtArithmeticError

exception xgt.XgtArithmeticError(msg: str, trace: str = '', job: Job | None = None)

An invalid arithmetic calculation was detected and cannot be handled.

add_note(note, /)

Add a note to the exception

property job: Job | None

Job associated with the load/insert operation if available. May be None.

with_traceback(tb, /)

Set self.__traceback__ to tb and return self.