IceGrid.BadSignalException

class IceGrid.BadSignalException(reason: str = '')

Bases: UserException

The exception that is thrown when an unknown signal is sent to a server.

Parameters:

reason (str)

reason

The details of the unknown signal.

Type:

str

Notes

The Slice compiler generated this exception dataclass from Slice exception ::IceGrid::BadSignalException.