randonneur.errors ================= .. py:module:: randonneur.errors Exceptions ---------- .. autoapisummary:: randonneur.errors.ConflictingConversionFactors randonneur.errors.MultipleTransformations randonneur.errors.UnmappedData randonneur.errors.WrongGraphContext Module Contents --------------- .. py:exception:: ConflictingConversionFactors Bases: :py:obj:`Exception` Multiple different conversion factors given for same migration Initialize self. See help(type(self)) for accurate signature. .. py:exception:: MultipleTransformations Bases: :py:obj:`Exception` Multiple transformations given for same set of input fields Initialize self. See help(type(self)) for accurate signature. .. py:exception:: UnmappedData Bases: :py:obj:`Exception` Given data doesn't match provided data mapping schema Initialize self. See help(type(self)) for accurate signature. .. py:exception:: WrongGraphContext Bases: :py:obj:`Exception` Migration attempted in wrong context (e.g. nodes instead of edges) Initialize self. See help(type(self)) for accurate signature.