DataException Class

Exception related to data validations.

Construct a new DataException.

Inheritance
DataException

Constructor

DataException(exception_message='', target=None, **kwargs)

Parameters

exception_message
Required

Details on the exception.

target
default value: None

The name of the element that caused the exception to be thrown.

exception_message
Required

Details on the exception.

target
Required

The name of the element that caused the exception to be thrown.

Attributes

MISSING_DATA

MISSING_DATA = 'MissingData'