GroupAccessEditErr

public class GroupAccessEditErr : SdkObject

A failure when attempting to change a group’s member or admin lists.

  • The user who was unable to be added/removed from the group.

    Declaration

    Swift

    public lazy var user: UserId { get set }
  • The error encountered when attempting to add/remove the user from the group.

    Declaration

    Swift

    public lazy var error: String { get set }