igz_mgmt.exceptions#

exception igz_mgmt.exceptions.AppServiceNotExistsException(name: str)#

Bases: Exception

The app service not exists in app services list.

Parameters:

name (str) – App service name.

exception igz_mgmt.exceptions.MemberAlreadyExistsInProject(member, role_name)#

Bases: Exception

The member we want to add already exists in project.

exception igz_mgmt.exceptions.ResourceDeleteException#

Bases: Exception

The resource is not delete-able.

exception igz_mgmt.exceptions.ResourceGetException#

Bases: Exception

The resource is not get-able.

exception igz_mgmt.exceptions.ResourceListException#

Bases: Exception

The resource is not list-able.

exception igz_mgmt.exceptions.ResourceNotFoundException(resource, name_or_id)#

Bases: Exception

The resource is not found.

exception igz_mgmt.exceptions.ResourceNotInitializedError(name)#

Bases: Exception

The resource is not initialized.

exception igz_mgmt.exceptions.ResourceUpdateException#

Bases: Exception

The resource is not update-able.

exception igz_mgmt.exceptions.UserIsInPrimaryGroupError(user, group)#

Bases: Exception

The user is in primary group.