datta.exceptions module

exception datta.exceptions.EstrutturaException

Bases: Exception

Base estruttura package exception.

exception datta.exceptions.ProcessingError

Bases: EstrutturaException

Error while processing a value through a relationship.

exception datta.exceptions.ConversionError

Bases: ProcessingError

Error while converting a value through a relationship.

exception datta.exceptions.ValidationError

Bases: ProcessingError

Error while validating a value through a relationship.

exception datta.exceptions.InvalidTypeError

Bases: ProcessingError

Invalid type found when checking a value through a relationship.

exception datta.exceptions.SerializationError

Bases: EstrutturaException

Could not serialize/deserialize value.