exceptions.other#

exception showyourwork.exceptions.other.CalledProcessError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.CondaNotFoundError#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.CondaVersionError(min_version, version='[unknown]')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.ConfigError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.FigureGenerationError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.MissingCondaEnvironmentInUserRule(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.MissingConfigFile(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.MissingDependencyError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.MissingFigureOutputError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.NotImplementedError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.RequestError(status='', message='An error occurred while accessing a remote server.')#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.RunDirectiveNotAllowedInUserRules(name)#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.ShowyourworkNotFoundError(path)#

Bases: showyourwork.exceptions.base.ShowyourworkException

exception showyourwork.exceptions.other.TarballExtractionError(message='An error occurred while executing the workflow.', level='error')#

Bases: showyourwork.exceptions.base.ShowyourworkException