IceGrid.ServerNotExistException

class IceGrid.ServerNotExistException(id: str = '')

Bases: UserException

The exception that is thrown when IceGrid does not know a server with the provided server ID.

Parameters:

id (str)

id

The server ID.

Type:

str

Notes

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