estruttura.exceptions module

Estruttura exceptions.

exception estruttura.exceptions.ProcessingError

Bases: Exception

Error while processing a value through a relationship.

exception estruttura.exceptions.ConversionError

Bases: ProcessingError

Error while converting a value through a relationship.

exception estruttura.exceptions.ValidationError

Bases: ProcessingError

Error while validating a value through a relationship.

exception estruttura.exceptions.InvalidTypeError

Bases: ProcessingError

Invalid type found when checking a value through a relationship.

exception estruttura.exceptions.SerializationError

Bases: Exception

Could not serialize/deserialize value.