DBSHARINGSetAccessInheritanceErrorTag
Objective-C
enum DBSHARINGSetAccessInheritanceErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGSetAccessInheritanceErrorTag : Int, @unchecked Sendable
The DBSHARINGSetAccessInheritanceErrorTag enum type represents the
possible tag states with which the DBSHARINGSetAccessInheritanceError
union can exist.
-
Unable to access shared folder.
Declaration
Objective-C
DBSHARINGSetAccessInheritanceErrorAccessErrorSwift
case accessError = 0 -
The current user does not have permission to perform this action.
Declaration
Objective-C
DBSHARINGSetAccessInheritanceErrorNoPermissionSwift
case noPermission = 1 -
(no description).
Declaration
Objective-C
DBSHARINGSetAccessInheritanceErrorOtherSwift
case other = 2
View on GitHub
DBSHARINGSetAccessInheritanceErrorTag Enumeration Reference