randonneur.errors
Exceptions
Multiple different conversion factors given for same migration |
|
Multiple transformations given for same set of input fields |
|
Given data doesn't match provided data mapping schema |
|
Migration attempted in wrong context (e.g. nodes instead of edges) |
Module Contents
- exception randonneur.errors.ConflictingConversionFactors[source]
Bases:
ExceptionMultiple different conversion factors given for same migration
Initialize self. See help(type(self)) for accurate signature.
- exception randonneur.errors.MultipleTransformations[source]
Bases:
ExceptionMultiple transformations given for same set of input fields
Initialize self. See help(type(self)) for accurate signature.