gaitmap.utils.exceptions.ValidationError#

class gaitmap.utils.exceptions.ValidationError[source]#

An error indicating that data-object does not comply with the guidelines.

Attributes:
args

Methods

with_traceback

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

__init__(*args, **kwargs)#
with_traceback()#

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