IceGrid.ApplicationNotExistException

class IceGrid.ApplicationNotExistException(name: str = '')

Bases: UserException

The exception that is thrown when IceGrid does not know an application with the provided name.

Parameters:

name (str)

name

The name of the application.

Type:

str

Notes

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