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
linkedAppsListTeamLinkedApps
again with an empty cursor to obtain a new cursor.Declaration
Objective-C
DBTEAMListTeamAppsErrorReset
Swift
case reset = 0
-
(no description).
Declaration
Objective-C
DBTEAMListTeamAppsErrorOther
Swift
case other = 1