DBSHARINGSharingUserErrorTag
Objective-C
enum DBSHARINGSharingUserErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGSharingUserErrorTag : Int, @unchecked Sendable
The DBSHARINGSharingUserErrorTag
enum type represents the possible tag
states with which the DBSHARINGSharingUserError
union can exist.
-
This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Objective-C
DBSHARINGSharingUserErrorEmailUnverified
Swift
case emailUnverified = 0
-
(no description).
Declaration
Objective-C
DBSHARINGSharingUserErrorOther
Swift
case other = 1