ExcludedUsersUpdateStatus

public enum ExcludedUsersUpdateStatus : CustomStringConvertible, JSONRepresentable

Excluded users update operation status.

  • Update successful.

    Declaration

    Swift

    case success
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }