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
DBSHARINGUnshareFolderErrorAccessError
Swift
case accessError = 0
-
This action cannot be performed on a team shared folder.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorTeamFolder
Swift
case teamFolder = 1
-
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorNoPermission
Swift
case noPermission = 2
-
This shared folder has too many files to be unshared.
Declaration
Objective-C
DBSHARINGUnshareFolderErrorTooManyFiles
Swift
case tooManyFiles = 3
-
(no description).
Declaration
Objective-C
DBSHARINGUnshareFolderErrorOther
Swift
case other = 4