exception documentation
class SkillHaltedError(OpenSmiRuntimeError):
Constructor: SkillHaltedError(msg, error_code)
Is raised when a skill other than the own skill is halted.
(i.e. when calling other skills)
Inherited from OpenSmiRuntimeError:
| Method | __init__ |
Construct a new PyUaAdapterError with the given error message and error code. |
| Instance Variable | error |
Undocumented |
| Instance Variable | msg |
Undocumented |