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