ogdc_runner.exceptions module

exception ogdc_runner.exceptions.OgdcDataAlreadyPublished

Bases: OgdcRunnerException

Exception that is raised when data for a recipe have already been published.

exception ogdc_runner.exceptions.OgdcDataOneError

Bases: OgdcRunnerException

Exception raised when DataONE operations fail.

exception ogdc_runner.exceptions.OgdcInvalidRecipeConfig

Bases: OgdcRunnerException

Exception raised if invalid OGDC recipe configuration is encountered.

exception ogdc_runner.exceptions.OgdcInvalidRecipeDir

Bases: OgdcRunnerException

Exception that is raised when recipe directory is not available/valid.

exception ogdc_runner.exceptions.OgdcMissingEnvvar

Bases: OgdcRunnerException

Exception raised when an expected environment variable is unset.

exception ogdc_runner.exceptions.OgdcOutputDataRetrievalError

Bases: OgdcRunnerException

Exception raised when something goes wrong with retrieval of otuput data.

exception ogdc_runner.exceptions.OgdcRunnerException

Bases: Exception

Base exception for ogdc-runner.

exception ogdc_runner.exceptions.OgdcServiceApiError

Bases: OgdcRunnerException

Exception raised when interacting with the OGDC Service API.

exception ogdc_runner.exceptions.OgdcUserAlreadyExists

Bases: OgdcRunnerException

Exception raised when an OGDC user with the given username is already created.

exception ogdc_runner.exceptions.OgdcWorkflowExecutionError

Bases: OgdcRunnerException

Exception for unexpected failures resulting from argo workflow executions.