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.

exception whylogs.core.errors.LoggingError#

Bases: Error

Exception when an error happens during logging.

class args#
with_traceback()#

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

exception whylogs.core.errors.BadConfigError#

Bases: Error

Exception when an error is due to bad configuration.

class args#
with_traceback()#

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