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
DBSHARINGSharedLinkErrorSharedLinkNotFoundSwift
case sharedLinkNotFound = 0 -
The caller is not allowed to access this shared link.
Declaration
Objective-C
DBSHARINGSharedLinkErrorSharedLinkAccessDeniedSwift
case sharedLinkAccessDenied = 1 -
This type of link is not supported; use
filesinstead.Declaration
Objective-C
DBSHARINGSharedLinkErrorUnsupportedLinkTypeSwift
case unsupportedLinkType = 2 -
(no description).
Declaration
Objective-C
DBSHARINGSharedLinkErrorOtherSwift
case other = 3
View on GitHub
DBSHARINGSharedLinkErrorTag Enumeration Reference