DBSHARINGUnmountFolderErrorTag
Objective-C
enum DBSHARINGUnmountFolderErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGUnmountFolderErrorTag : Int, @unchecked Sendable
The DBSHARINGUnmountFolderErrorTag enum type represents the possible tag
states with which the DBSHARINGUnmountFolderError union can exist.
-
(no description).
Declaration
Objective-C
DBSHARINGUnmountFolderErrorAccessErrorSwift
case accessError = 0 -
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUnmountFolderErrorNoPermissionSwift
case noPermission = 1 -
The shared folder can’t be unmounted. One example where this can occur is when the shared folder’s parent folder is also a shared folder that resides in the current user’s Dropbox.
Declaration
Objective-C
DBSHARINGUnmountFolderErrorNotUnmountableSwift
case notUnmountable = 2 -
(no description).
Declaration
Objective-C
DBSHARINGUnmountFolderErrorOtherSwift
case other = 3
View on GitHub
DBSHARINGUnmountFolderErrorTag Enumeration Reference