whylogs.core.errors#
Module Contents#
- exception whylogs.core.errors.Error#
Bases:
ExceptionBase error type for this module.
- class args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception whylogs.core.errors.DeserializationError#
Bases:
ErrorException raised when deserializing data.
- class args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception whylogs.core.errors.SerializationError#
Bases:
ErrorException raised when serializing data.
- class args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception whylogs.core.errors.UnsupportedError#
Bases:
ErrorException raised when an operation is not supported.
- class args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.