ballet.exc module¶
-
exception
ballet.exc.ConfigurationError[source]¶ Bases:
ballet.exc.BalletErrorBalletError in configuration of the ballet project
-
exception
ballet.exc.FeatureCollectionError[source]¶ Bases:
ballet.exc.BalletErrorError in collecting Feature instances from some source
-
exception
ballet.exc.FeatureRejected[source]¶ Bases:
ballet.exc.FeatureValidationErrorThe candidate feature was rejected
-
exception
ballet.exc.FeatureValidationError[source]¶ Bases:
ballet.exc.BalletErrorBase error for feature validation routine
-
exception
ballet.exc.InvalidFeatureApi[source]¶ Bases:
ballet.exc.FeatureValidationErrorThe candidate feature had an invalid API
-
exception
ballet.exc.InvalidProjectStructure[source]¶ Bases:
ballet.exc.FeatureValidationErrorAn invalid change to the ballet project structure was introduced
-
exception
ballet.exc.NoFeaturesCollectedError[source]¶ Bases:
ballet.exc.FeatureCollectionErrorExpected to collect some features but did not find any
-
exception
ballet.exc.SkippedValidationTest[source]¶ Bases:
ballet.exc.BalletErrorThe validation test was skipped
-
exception
ballet.exc.UnexpectedTravisEnvironmentError[source]¶ Bases:
ballet.exc.BalletErrorThe environment within Travis CI testing was unexpected
-
exception
ballet.exc.UnsuccessfulInputConversionError[source]¶ Bases:
ballet.exc.BalletErrorInput-type conversion for execution within pipeline was unsuccessful