roboto.action_runtime.exceptions#
Module Contents#
- exception roboto.action_runtime.exceptions.ActionRuntimeException#
Bases:
ExceptionBase class for all exceptions raised by the action_runtime submodule.
- exception roboto.action_runtime.exceptions.PrepareEnvException(exit_code, reason)#
Bases:
ActionRuntimeExceptionBase class for all exceptions raised by the action_runtime submodule.
- Parameters:
exit_code (roboto.action_runtime.exit_codes.ExitCode)
reason (str)
- exit_code: roboto.action_runtime.exit_codes.ExitCode#
- reason: str#