Exceptions

Holodeck Exceptions

Exceptions

HolodeckConfigurationException The user provided an invalid configuration for Holodeck
HolodeckException Base class for a generic exception in Holodeck.
NotFoundException Raised when a package cannot be found
TimeoutException Exception raised when communicating with the engine timed out.
exception holodeck.exceptions.HolodeckConfigurationException

The user provided an invalid configuration for Holodeck

exception holodeck.exceptions.HolodeckException

Base class for a generic exception in Holodeck.

Parameters:message (str) – The error string.
exception holodeck.exceptions.NotFoundException

Raised when a package cannot be found

exception holodeck.exceptions.TimeoutException

Exception raised when communicating with the engine timed out.