DBSHARINGUnshareFolderErrorTag
Objective-C
enum DBSHARINGUnshareFolderErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGUnshareFolderErrorTag : Int, @unchecked Sendable
                The DBSHARINGUnshareFolderErrorTag enum type represents the possible tag
states with which the DBSHARINGUnshareFolderError union can exist.
- 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGUnshareFolderErrorAccessErrorSwift
case accessError = 0 - 
                  
                  
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorTeamFolderSwift
case teamFolder = 1 - 
                  
                  
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorNoPermissionSwift
case noPermission = 2 - 
                  
                  
This shared folder has too many files to be unshared.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorTooManyFilesSwift
case tooManyFiles = 3 - 
                  
                  
(no description).
Declaration
Objective-C
DBSHARINGUnshareFolderErrorOtherSwift
case other = 4 
View on GitHub
        DBSHARINGUnshareFolderErrorTag Enumeration Reference