onsrap.warnings module

exception onsrap.warnings.ConfigurationInjectionWarning

Bases: OnsrapWarning

Raised when the configuration injection is not optimal. Child class with OnsrapWarning as the parent class.

exception onsrap.warnings.OnsrapWarning

Bases: Warning

Base warning for onsrap.

exception onsrap.warnings.PipelineConfigurationWarning

Bases: OnsrapWarning

Raised when the pipeline configuration is not optimal. Child class with OnsrapWarning as the parent class.

exception onsrap.warnings.StageConfigurationWarning

Bases: OnsrapWarning

Raised when the stage configuration is not optimal. Child class with OnsrapWarning as the parent class.