GroupMemberSetAccessTypeError
public enum GroupMemberSetAccessTypeError : CustomStringConvertible, JSONRepresentable
The GroupMemberSetAccessTypeError 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
-
The specified user is not a member of this group.
Declaration
Swift
case memberNotInGroup
-
A company managed group cannot be managed by a user.
Declaration
Swift
case userCannotBeManagerOfCompanyManagedGroup
-
Declaration
Swift
public var description: String { get }