Version: 3.x

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.