IceGrid.ServerStartException

class IceGrid.ServerStartException(id: str = '', reason: str = '')

Bases: UserException

The exception that is thrown when a server failed to start.

Parameters:
id

The server ID.

Type:

str

reason

The reason for the failure.

Type:

str

Notes

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