DBTEAMListTeamAppsErrorTag
Objective-C
enum DBTEAMListTeamAppsErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMListTeamAppsErrorTag : Int, @unchecked Sendable
                The DBTEAMListTeamAppsErrorTag enum type represents the possible tag
states with which the DBTEAMListTeamAppsError union can exist.
- 
                  
                  
Indicates that the cursor has been invalidated. Call
linkedAppsListTeamLinkedAppsagain with an empty cursor to obtain a new cursor.Declaration
Objective-C
DBTEAMListTeamAppsErrorResetSwift
case reset = 0 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMListTeamAppsErrorOtherSwift
case other = 1 
View on GitHub
        DBTEAMListTeamAppsErrorTag Enumeration Reference