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
DBSHARINGSharedFolderAccessErrorInvalidId
Swift
case invalidId = 0
-
The user is not a member of the shared folder thus cannot access it.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorNotAMember
Swift
case notAMember = 1
-
Never set.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorEmailUnverified
Swift
case emailUnverified = 2
-
The shared folder is unmounted.
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorUnmounted
Swift
case unmounted = 3
-
(no description).
Declaration
Objective-C
DBSHARINGSharedFolderAccessErrorOther
Swift
case other = 4