exceptions
Exceptions for classes that convert / transform Heurist data.
Classes:
-
DateNotEnteredAsDateObject
–The date field was not entered as a constructed Heurist date object.
-
RepeatedValueInSingularDetailType
–The detail type is limited to a maximum of 1 values
DateNotEnteredAsDateObject
DateNotEnteredAsDateObject(value: int | str | float)
Bases: Exception
The date field was not entered as a constructed Heurist date object.
RepeatedValueInSingularDetailType
RepeatedValueInSingularDetailType(
type_id: int,
record_id: int,
field_name: str,
value_count: int,
)
Bases: Exception
The detail type is limited to a maximum of 1 values but the record has more than 1 value for this detail.