notice
This is documentation for Rasa Open Source Documentation v2.1.x, which is no longer actively maintained.
For up-to-date documentation, see the latest version (2.5.x).
rasa.shared.exceptions
RasaException Objects
Base exception class for all errors raised by Rasa Open Source.
RasaCoreException Objects
Basic exception for errors raised by Rasa Core.
RasaXTermsError Objects
Error in case the user didn't accept the Rasa X terms.
InvalidParameterException Objects
Raised when an invalid parameter is used.
YamlException Objects
Raised if there is an error reading yaml.
__init__
Create exception.
Arguments:
filename
- optional file the error occurred in
YamlSyntaxException Objects
Raised when a YAML file can not be parsed properly due to a syntax error.
FileNotFoundException Objects
Raised when a file, expected to exist, doesn't exist.
FileIOException Objects
Raised if there is an error while doing file IO.
InvalidConfigException Objects
Raised if an invalid configuration is encountered.