IceGrid.AdapterNotExistException

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

Bases: UserException

The exception that is thrown when IceGrid does not know an object adapter with the provided adapter ID.

Parameters:

id (str)

id

The adapter ID.

Type:

str

Notes

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