DBSHARINGSharedFolderAccessErrorTag
Objective-C
enum DBSHARINGSharedFolderAccessErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGSharedFolderAccessErrorTag : Int, @unchecked Sendable
The DBSHARINGSharedFolderAccessErrorTag enum type represents the possible
tag states with which the DBSHARINGSharedFolderAccessError union can
exist.
-
This shared folder ID is invalid.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorInvalidIdSwift
case invalidId = 0 -
The user is not a member of the shared folder thus cannot access it.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorNotAMemberSwift
case notAMember = 1 -
Never set.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorEmailUnverifiedSwift
case emailUnverified = 2 -
The shared folder is unmounted.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorUnmountedSwift
case unmounted = 3 -
(no description).
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorOtherSwift
case other = 4
View on GitHub
DBSHARINGSharedFolderAccessErrorTag Enumeration Reference