exception#

The exception module provides a collection of custom exceptions.

exception soulsai.exception.SoulsAIException#

Base class for SoulsAIExceptions.

exception soulsai.exception.InvalidConfigError#

Raised when a faulty configuration is detected.

exception soulsai.exception.MissingConfigError#

Raised when a required configuration file is missing.

exception soulsai.exception.ClientRegistrationError#

Raised when a client can’t connect to the train server.

exception soulsai.exception.ServerDiscoveryTimeout#

Raised when the server can’t successfully complete the discovery phase.

exception soulsai.exception.ServerTimeoutError#

Raised when a response from the server takes too long.