DBTEAMListMembersAppsErrorTag

Objective-C

enum DBTEAMListMembersAppsErrorTag : NSInteger {}

Swift

@frozen enum DBTEAMListMembersAppsErrorTag : Int, @unchecked Sendable

The DBTEAMListMembersAppsErrorTag enum type represents the possible tag states with which the DBTEAMListMembersAppsError union can exist.

  • Indicates that the cursor has been invalidated. Call linkedAppsListMembersLinkedApps again with an empty cursor to obtain a new cursor.

    Declaration

    Objective-C

    DBTEAMListMembersAppsErrorReset

    Swift

    case reset = 0
  • (no description).

    Declaration

    Objective-C

    DBTEAMListMembersAppsErrorOther

    Swift

    case other = 1