kedro.framework.cli.utils.KedroCliError¶
- class kedro.framework.cli.utils.KedroCliError(message)[source]¶
Exceptions generated from the Kedro CLI.
Users should pass an appropriate message at the constructor.
- COOKIECUTTER_EXCEPTIONS_PREFIX = 'cookiecutter.exceptions'¶
- VERBOSE_ERROR = False¶
- VERBOSE_EXISTS = True¶
- args¶
- exit_code = 1¶
The exit code for this exception.
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.