DBTEAMListMemberAppsErrorTag
Objective-C
enum DBTEAMListMemberAppsErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMListMemberAppsErrorTag : Int, @unchecked Sendable
The DBTEAMListMemberAppsErrorTag
enum type represents the possible tag
states with which the DBTEAMListMemberAppsError
union can exist.
-
Member not found.
Declaration
Objective-C
DBTEAMListMemberAppsErrorMemberNotFound
Swift
case memberNotFound = 0
-
(no description).
Declaration
Objective-C
DBTEAMListMemberAppsErrorOther
Swift
case other = 1