GroupMembersSelectorError

public enum GroupMembersSelectorError : CustomStringConvertible, JSONRepresentable

Error that can be raised when GroupMembersSelector is used, and the users are required to be members of the specified group.

  • 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
  • Declaration

    Swift

    public var description: String { get }