randonneur.errors

Exceptions

ConflictingConversionFactors

Multiple different conversion factors given for same migration

MultipleTransformations

Multiple transformations given for same set of input fields

UnmappedData

Given data doesn't match provided data mapping schema

WrongGraphContext

Migration attempted in wrong context (e.g. nodes instead of edges)

Module Contents

exception randonneur.errors.ConflictingConversionFactors[source]

Bases: Exception

Multiple different conversion factors given for same migration

Initialize self. See help(type(self)) for accurate signature.

exception randonneur.errors.MultipleTransformations[source]

Bases: Exception

Multiple transformations given for same set of input fields

Initialize self. See help(type(self)) for accurate signature.

exception randonneur.errors.UnmappedData[source]

Bases: Exception

Given data doesn’t match provided data mapping schema

Initialize self. See help(type(self)) for accurate signature.

exception randonneur.errors.WrongGraphContext[source]

Bases: Exception

Migration attempted in wrong context (e.g. nodes instead of edges)

Initialize self. See help(type(self)) for accurate signature.