GroupMembersRemoveError
public enum GroupMembersRemoveError : CustomStringConvertible, JSONRepresentable
The GroupMembersRemoveError union
-
No matching group found. No groups match the specified group ID.
Declaration
Swift
case groupNotFound
-
An unspecified error.
Declaration
Swift
case other
-
This operation is not supported on system-managed groups.
Declaration
Swift
case systemManagedGroupDisallowed
-
At least one of the specified users is not a member of the group.
Declaration
Swift
case memberNotInGroup
-
Group is not in this team. You cannot remove members from a group that is outside of your team.
Declaration
Swift
case groupNotInTeam
-
These members are not part of your team.
Declaration
Swift
case membersNotInTeam([String])
-
These users were not found in Dropbox.
Declaration
Swift
case usersNotFound([String])
-
Declaration
Swift
public var description: String { get }