anvil_consortium_manager.exceptions module
Contains custom exceptions used by this app.
- exception anvil_consortium_manager.exceptions.AnVILAlreadyImported
Bases:
ExceptionException to be raised when an AnVIL resource has already been imported into Django.
- exception anvil_consortium_manager.exceptions.AnVILGroupDeletionError
Bases:
ExceptionException to be raised when a group was not properly deleted on AnVIL.
- exception anvil_consortium_manager.exceptions.AnVILGroupNotFound
Bases:
ExceptionException to be raised when a group is not found on AnVIL.
- exception anvil_consortium_manager.exceptions.AnVILNotGroupAdminError
Bases:
ExceptionException to be raised when the app account is not the admin of a group on AnVIL.
- exception anvil_consortium_manager.exceptions.AnVILNotGroupMemberError
Bases:
ExceptionException 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:
ExceptionException to be raised when the app account is not the owner of a workspace on AnVIL.
- exception anvil_consortium_manager.exceptions.AnVILRemoveAccountFromGroupError
Bases:
ExceptionException to be raised when an account cannot be removed from a group on AnVIL.