IceGrid.NodeUnreachableException

class IceGrid.NodeUnreachableException(name: str = '', reason: str = '')

Bases: UserException

The exception that is thrown when IceGrid cannot reach a node.

Parameters:
name

The name of the node that is not reachable.

Type:

str

reason

The reason why the node couldn’t be reached.

Type:

str

Notes

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