anvil_consortium_manager.exceptions module

Contains custom exceptions used by this app.

exception anvil_consortium_manager.exceptions.AnVILAlreadyImported

Bases: Exception

Exception to be raised when an AnVIL resource has already been imported into Django.

exception anvil_consortium_manager.exceptions.AnVILGroupNotFound

Bases: Exception

Exception to be raised when a group is not found on AnVIL.

exception anvil_consortium_manager.exceptions.AnVILNotGroupAdminError

Bases: Exception

Exception to be raised when the app account is not the admin of a group on AnVIL.

exception anvil_consortium_manager.exceptions.AnVILNotGroupMemberError

Bases: Exception

Exception to be raised when the app account is not a member or admin of a group on AnVIL.

exception anvil_consortium_manager.exceptions.AnVILNotWorkspaceOwnerError

Bases: Exception

Exception to be raised when the app account is not the owner of a workspace on AnVIL.

exception anvil_consortium_manager.exceptions.AnVILRemoveAccountFromGroupError

Bases: Exception

Exception to be raised when an account cannot be removed from a group on AnVIL.