7.4.7. xgt.XgtIOError

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

An I/O problem occurred either on the client or server side.

with_traceback()

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