GroupUpdateError

public enum GroupUpdateError : CustomStringConvertible, JSONRepresentable

The GroupUpdateError 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 requested group name is already being used by another group.

    Declaration

    Swift

    case groupNameAlreadyUsed
  • Group name is empty or has invalid characters.

    Declaration

    Swift

    case groupNameInvalid
  • The requested external ID is already being used by another group.

    Declaration

    Swift

    case externalIdAlreadyInUse
  • Declaration

    Swift

    public var description: String { get }