xgt.XgtIOError

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

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

with_traceback()

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