DBSHARINGSharedLinkErrorTag
Objective-C
enum DBSHARINGSharedLinkErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGSharedLinkErrorTag : Int, @unchecked Sendable
The DBSHARINGSharedLinkErrorTag
enum type represents the possible tag
states with which the DBSHARINGSharedLinkError
union can exist.
-
The shared link wasn’t found.
Declaration
Objective-C
DBSHARINGSharedLinkErrorSharedLinkNotFound
Swift
case sharedLinkNotFound = 0
-
The caller is not allowed to access this shared link.
Declaration
Objective-C
DBSHARINGSharedLinkErrorSharedLinkAccessDenied
Swift
case sharedLinkAccessDenied = 1
-
This type of link is not supported; use
files
instead.Declaration
Objective-C
DBSHARINGSharedLinkErrorUnsupportedLinkType
Swift
case unsupportedLinkType = 2
-
(no description).
Declaration
Objective-C
DBSHARINGSharedLinkErrorOther
Swift
case other = 3