roboto.action_runtime.exceptions#

Module Contents#

exception roboto.action_runtime.exceptions.ActionRuntimeException#

Bases: Exception

Base class for all exceptions raised by the action_runtime submodule.

exception roboto.action_runtime.exceptions.PrepareEnvException(exit_code, reason)#

Bases: ActionRuntimeException

Base class for all exceptions raised by the action_runtime submodule.

Parameters:
exit_code: roboto.action_runtime.exit_codes.ExitCode#
reason: str#