notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.2.x).
Version: Master/Unreleased
rasa.core.exceptions
UnsupportedDialogueModelError Objects
class UnsupportedDialogueModelError(RasaCoreException)
Raised when a model is too old to be loaded.
Attributes:
message
- explanation of why the model is invalid
AgentNotReady Objects
class AgentNotReady(RasaCoreException)
Raised if someone tries to use an agent that is not ready.
An agent might be created, e.g. without an interpreter attached. But if someone tries to parse a message with that agent, this exception will be thrown.