DeleteTeamMembershipError
public enum DeleteTeamMembershipError : String
Enum of Error occurred while deleting a TeamMembership
-
Internal service error
Declaration
Swift
case internalError
-
An invalid
TeamMembership
IdDeclaration
Swift
case invalidTeamMembershipId
-
A team with given Id does not exist
Declaration
Swift
case teamNotFound
-
Cannot delete members from 1-1 spaces
Declaration
Swift
case spaceTypeDirect
-
There are no memberships in the team
Declaration
Swift
case noPeople
-
Cannot load the memberships in the team
Declaration
Swift
case loadingError
-
User not part of the team
Declaration
Swift
case selfNotInTeam
-
User must be a moderator to remove others
Declaration
Swift
case insufficientTeamPrivileges