IceGrid.AccessDeniedException

class IceGrid.AccessDeniedException(lockUserId: str = '')

Bases: UserException

The exception that is thrown when the registry update lock cannot be acquired.

Parameters:

lockUserId (str)

lockUserId

The id of the user holding the lock (if any).

Type:

str

Notes

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