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.
- VERBOSE_ERROR = False¶
- args¶
- exit_code = 1¶
The exit code for this exception.
- format_message()¶
- Return type:
str
- with_traceback()¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.