ogdc_runner.exceptions module¶
- exception ogdc_runner.exceptions.OgdcDataAlreadyPublished¶
Bases:
OgdcRunnerExceptionException that is raised when data for a recipe have already been published.
- exception ogdc_runner.exceptions.OgdcDataOneError¶
Bases:
OgdcRunnerExceptionException raised when DataONE operations fail.
- exception ogdc_runner.exceptions.OgdcInvalidRecipeConfig¶
Bases:
OgdcRunnerExceptionException raised if invalid OGDC recipe configuration is encountered.
- exception ogdc_runner.exceptions.OgdcInvalidRecipeDir¶
Bases:
OgdcRunnerExceptionException that is raised when recipe directory is not available/valid.
- exception ogdc_runner.exceptions.OgdcMissingEnvvar¶
Bases:
OgdcRunnerExceptionException raised when an expected environment variable is unset.
- exception ogdc_runner.exceptions.OgdcOutputDataRetrievalError¶
Bases:
OgdcRunnerExceptionException raised when something goes wrong with retrieval of otuput data.
- exception ogdc_runner.exceptions.OgdcRunnerException¶
Bases:
ExceptionBase exception for ogdc-runner.
- exception ogdc_runner.exceptions.OgdcServiceApiError¶
Bases:
OgdcRunnerExceptionException raised when interacting with the OGDC Service API.
- exception ogdc_runner.exceptions.OgdcUserAlreadyExists¶
Bases:
OgdcRunnerExceptionException raised when an OGDC user with the given username is already created.
- exception ogdc_runner.exceptions.OgdcWorkflowExecutionError¶
Bases:
OgdcRunnerExceptionException for unexpected failures resulting from argo workflow executions.