rasa.core.exceptions
You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest documentation here.
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 a processor attached. But if someone tries to parse a message with that agent, this exception will be thrown.
init
def __init__(message: Text) -> None:
Initialize message attribute.
ChannelConfigError Objects
class ChannelConfigError(RasaCoreException)
Raised if a channel is not configured correctly.
InvalidTrackerFeaturizerUsageError Objects
class InvalidTrackerFeaturizerUsageError(RasaCoreException)
Raised if a tracker featurizer is incorrectly used.
KafkaProducerInitializationError Objects
class KafkaProducerInitializationError(RasaException)
Raised if the Kafka Producer cannot be properly initialized.