IceGrid.AllocationException

class IceGrid.AllocationException(reason: str = '')

Bases: UserException

The exception that is thrown when the allocation of an object failed.

Parameters:

reason (str)

reason

The reason why the object couldn’t be allocated.

Type:

str

Notes

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