Errors#

class council.runners.RunnerError[source]#

Bases: Exception

An 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: RunnerError

An 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: RunnerError

An 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: RunnerError

An 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: RunnerError

Timeout during the execution of a RunnerBase

with_traceback()#

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.