Errors#
- class council.runners.RunnerError[source]#
Bases:
ExceptionAn error occurred in a
RunnerBase- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- class council.runners.RunnerGeneratorError[source]#
Bases:
RunnerErrorAn error occurred during the execution of a
RunnerGenerator- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- class council.runners.RunnerPredicateError[source]#
Bases:
RunnerErrorAn error occurred during the execution of a
RunnerPredicate- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- class council.runners.RunnerSkillError[source]#
Bases:
RunnerErrorAn error occurred during the execution of a
SkillBase- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- class council.runners.RunnerTimeoutError[source]#
Bases:
RunnerErrorTimeout during the execution of a
RunnerBase- with_traceback()#
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.