DBTEAMUserSelectorErrorTag
Objective-C
enum DBTEAMUserSelectorErrorTag : NSInteger {}
Swift
@frozen enum DBTEAMUserSelectorErrorTag : Int, @unchecked Sendable
The DBTEAMUserSelectorErrorTag enum type represents the possible tag
states with which the DBTEAMUserSelectorError union can exist.
-
No matching user found. The provided team_member_id, email, or external_id does not exist on this team.
Declaration
Objective-C
DBTEAMUserSelectorErrorUserNotFoundSwift
case userNotFound = 0
View on GitHub
DBTEAMUserSelectorErrorTag Enumeration Reference