notice
This is unreleased documentation for Rasa Open Source Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).
rasa.exceptions
UnsupportedModelVersionError Objects
Raised when a model is too old to be loaded.
Arguments:
model_version
- the used model version that is not supported and triggered this exception
ModelNotFound Objects
Raised when a model is not found in the path provided by the user.
NoEventsToMigrateError Objects
Raised when no events to be migrated are found.
NoConversationsInTrackerStoreError Objects
Raised when a tracker store does not contain any conversations.
NoEventsInTimeRangeError Objects
Raised when a tracker store does not contain events within a given time range.
MissingDependencyException Objects
Raised if a python package dependency is needed, but not installed.
PublishingError Objects
Raised when publishing of an event fails.
Attributes:
timestamp
- Unix timestamp of the event during which publishing fails.
__str__
Returns string representation of exception.
ActionLimitReached Objects
Raised when predicted action limit is reached.