DBTEAMMembersTransferFilesErrorTag
Objective-C
enum DBTEAMMembersTransferFilesErrorTag : NSInteger {}
                Swift
@frozen enum DBTEAMMembersTransferFilesErrorTag : Int, @unchecked Sendable
                The DBTEAMMembersTransferFilesErrorTag enum type represents the possible
tag states with which the DBTEAMMembersTransferFilesError 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
DBTEAMMembersTransferFilesErrorUserNotFoundSwift
case userNotFound = 0 - 
                  
                  
The user is not a member of the team.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorUserNotInTeamSwift
case userNotInTeam = 1 - 
                  
                  
(no description).
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorOtherSwift
case other = 2 - 
                  
                  
Expected removed user and transfer_dest user to be different.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorRemovedAndTransferDestShouldDifferSwift
case removedAndTransferDestShouldDiffer = 3 - 
                  
                  
Expected removed user and transfer_admin user to be different.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorRemovedAndTransferAdminShouldDifferSwift
case removedAndTransferAdminShouldDiffer = 4 - 
                  
                  
No matching user found for the argument transfer_dest_id.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorTransferDestUserNotFoundSwift
case transferDestUserNotFound = 5 - 
                  
                  
The provided transfer_dest_id does not exist on this team.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorTransferDestUserNotInTeamSwift
case transferDestUserNotInTeam = 6 - 
                  
                  
The provided transfer_admin_id does not exist on this team.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorTransferAdminUserNotInTeamSwift
case transferAdminUserNotInTeam = 7 - 
                  
                  
No matching user found for the argument transfer_admin_id.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorTransferAdminUserNotFoundSwift
case transferAdminUserNotFound = 8 - 
                  
                  
The transfer_admin_id argument must be provided when file transfer is requested.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorUnspecifiedTransferAdminIdSwift
case unspecifiedTransferAdminId = 9 - 
                  
                  
Specified transfer_admin user is not a team admin.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorTransferAdminIsNotAdminSwift
case transferAdminIsNotAdmin = 10 - 
                  
                  
The recipient user’s email is not verified.
Declaration
Objective-C
DBTEAMMembersTransferFilesErrorRecipientNotVerifiedSwift
case recipientNotVerified = 11 
View on GitHub
        DBTEAMMembersTransferFilesErrorTag Enumeration Reference