IceGrid.RegistryUnreachableException

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

Bases: UserException

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

Parameters:
name

The name of the registry that is not reachable.

Type:

str

reason

The reason why the registry couldn’t be reached.

Type:

str

Notes

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