notice

This is unreleased documentation for Rasa Documentation Main/Unreleased version.
For the latest released documentation, see the latest version (3.x).

Version: Main/Unreleased

rasa.engine.exceptions

GraphRunError Objects

class GraphRunError(Exception)

Exception class for errors originating when running a graph.

GraphComponentException Objects

class GraphComponentException(Exception)

Exception class for errors originating within a GraphComponent.

GraphSchemaException Objects

class GraphSchemaException(Exception)

Represents errors when dealing with GraphSchemas.

GraphSchemaValidationException Objects

class GraphSchemaValidationException(Exception)

Indicates that the given graph schema is invalid.