whylogs.core.errors
#
Module Contents#
- exception whylogs.core.errors.Error#
Bases:
Exception
Base 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:
Error
Exception 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:
Error
Exception 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:
Error
Exception raised when an operation is not supported.
- class args#
- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.