IceGrid.NodeNotExistException

class IceGrid.NodeNotExistException(name: str = '')

Bases: UserException

The exception that is thrown when IceGrid does not know a node with the provided name.

Parameters:

name (str)

name

The node name.

Type:

str

Notes

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