exceptions#
- exception baf.exceptions.exceptions.BodySignatureError(agent, state, body, body_template_signature, body_signature)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.ConflictingAutoTransitionError(agent, state)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.DuplicatedAutoTransitionError(agent, state)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.DuplicatedInitialStateError(agent, initial_state1, initial_state2)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.DuplicatedIntentMatchingTransitionError(state, intent)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.DuplicatedIntentParameterError(intent, name)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.EventSignatureError(agent, event, event_template_signature, event_signature)[source]#
Bases:
Exception
- exception baf.exceptions.exceptions.IntentClassifierWithoutIntentsError(state, intent_classifier)[source]#
Bases:
Exception