IceGrid.PermissionDeniedException

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

Bases: UserException

The exception that is thrown when a client is not allowed to create a session.

Parameters:

reason (str)

reason

The reason why permission was denied.

Type:

str

Notes

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