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.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.
- exception anvil_consortium_manager.exceptions.WorkspaceAccessAuthorizationDomainUnknownError
Bases:
WorkspaceAccessUnknownErrorException to be raised when the app cannot determine the access to a workspace due to auth domain membership.
- exception anvil_consortium_manager.exceptions.WorkspaceAccessSharingUnknownError
Bases:
WorkspaceAccessUnknownErrorException to be raised when the app cannot determine the access to a workspace due to sharing.
- exception anvil_consortium_manager.exceptions.WorkspaceAccessUnknownError
Bases:
ExceptionException to be raised when the app cannot determine the access to a workspace.