Exceptions module#
Module that has all classes to deal with exceptions during the use of the package.
Exceptions#
- exception mlops_codex.exceptions.AuthenticationError[source]#
- Bases: - Exception- Raised when authentication fails (401 response from server) 
- exception mlops_codex.exceptions.CredentialError[source]#
- Bases: - Exception- Raised when the datasource cloud credential it’s invalid 
- exception mlops_codex.exceptions.DataSorceError[source]#
- Bases: - Exception- Raised when a datasource has a problem 
- exception mlops_codex.exceptions.DatasetNotFoundError[source]#
- Bases: - Exception- Raised when a datasource has a problem 
- exception mlops_codex.exceptions.ExecutionError[source]#
- Bases: - Exception- Raised when a execution is not available 
- exception mlops_codex.exceptions.ExternalMonitoringError[source]#
- Bases: - Exception- Raised when an external monitoring is not available 
- exception mlops_codex.exceptions.GroupError[source]#
- Bases: - Exception- Raised when a group is not available 
- exception mlops_codex.exceptions.InputError[source]#
- Bases: - Exception- Raised when a user input is not valid 
- exception mlops_codex.exceptions.ModelError[source]#
- Bases: - Exception- Raised when a model is not available 
- exception mlops_codex.exceptions.PipelineError[source]#
- Bases: - Exception- Raised when the pipeline configuration is invalid 
- exception mlops_codex.exceptions.PreprocessingError[source]#
- Bases: - Exception- Raised when a preprocessing is not available 
- exception mlops_codex.exceptions.ServerError[source]#
- Bases: - Exception- Raised when server returns a 500 response 
