DBTEAMMembersGetInfoItemBaseTag
Objective-C
enum DBTEAMMembersGetInfoItemBaseTag : NSInteger {}
Swift
@frozen enum DBTEAMMembersGetInfoItemBaseTag : Int, @unchecked Sendable
The DBTEAMMembersGetInfoItemBaseTag enum type represents the possible tag
states with which the DBTEAMMembersGetInfoItemBase union can exist.
-
An ID that was provided as a parameter to
membersGetInfoormembersGetInfo, and did not match a corresponding user. This might be a team_member_id, an email, or an external ID, depending on how the method was called.Declaration
Objective-C
DBTEAMMembersGetInfoItemBaseIdNotFoundSwift
case idNotFound = 0
View on GitHub
DBTEAMMembersGetInfoItemBaseTag Enumeration Reference