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
linkedAppsListMembersLinkedAppsagain with an empty cursor to obtain a new cursor.Declaration
Objective-C
DBTEAMListMembersAppsErrorResetSwift
case reset = 0 -
(no description).
Declaration
Objective-C
DBTEAMListMembersAppsErrorOtherSwift
case other = 1
View on GitHub
DBTEAMListMembersAppsErrorTag Enumeration Reference