exceptions#
- exception besser.agent.exceptions.exceptions.BodySignatureError(agent, state, body, body_template_signature, body_signature)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.ConflictingAutoTransitionError(agent, state)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedAutoTransitionError(agent, state)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedEntityError(agent, entity)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedInitialStateError(agent, initial_state1, initial_state2)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedIntentError(agent, intent)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedIntentMatchingTransitionError(state, intent)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedIntentParameterError(intent, name)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.DuplicatedStateError(agent, state)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.EventSignatureError(agent, event, event_template_signature, event_signature)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.IntentClassifierWithoutIntentsError(state, intent_classifier)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.IntentNotFound(agent, intent)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.PlatformMismatchError(platform, session)[source]#
Bases:
Exception
- exception besser.agent.exceptions.exceptions.ProcessorTargetUndefined(processor)[source]#
Bases:
Exception