Exceptions module#

Module that has all classes to deal with exceptions during the use of the package.

neomaril_codex.exceptions#

exception neomaril_codex.exceptions.AuthenticationError[source]#

Bases: Exception

Raised when authentication fails (401 response from server)

exception neomaril_codex.exceptions.CredentialError[source]#

Bases: Exception

Raised when the datasource cloud credential it’s invalid

exception neomaril_codex.exceptions.DataSorceError[source]#

Bases: Exception

Raised when a datasource has a problem

exception neomaril_codex.exceptions.DatasetNotFoundError[source]#

Bases: Exception

Raised when a datasource has a problem

exception neomaril_codex.exceptions.ExecutionError[source]#

Bases: Exception

Raised when a execution is not avaliable

exception neomaril_codex.exceptions.GroupError[source]#

Bases: Exception

Raised when a group is not avaliable

exception neomaril_codex.exceptions.InputError[source]#

Bases: Exception

Raised when a user input is not valid

exception neomaril_codex.exceptions.ModelError[source]#

Bases: Exception

Raised when a model is not avaliable

exception neomaril_codex.exceptions.PipelineError[source]#

Bases: Exception

Raised when the pipeline configuration is invalid

exception neomaril_codex.exceptions.PreprocessingError[source]#

Bases: Exception

Raised when a pre processing is not avaliable

exception neomaril_codex.exceptions.ServerError[source]#

Bases: Exception

Raised when server returns a 500 response

exception neomaril_codex.exceptions.TrainingError[source]#

Bases: Exception

Raised when a training is not avaliable