DBSHARINGRevokeSharedLinkErrorTag
Objective-C
enum DBSHARINGRevokeSharedLinkErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGRevokeSharedLinkErrorTag : Int, @unchecked Sendable
The DBSHARINGRevokeSharedLinkErrorTag
enum type represents the possible
tag states with which the DBSHARINGRevokeSharedLinkError
union can exist.
-
The shared link wasn’t found.
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorSharedLinkNotFound
Swift
case sharedLinkNotFound = 0
-
The caller is not allowed to access this shared link.
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorSharedLinkAccessDenied
Swift
case sharedLinkAccessDenied = 1
-
This type of link is not supported; use
files
instead.Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorUnsupportedLinkType
Swift
case unsupportedLinkType = 2
-
(no description).
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorOther
Swift
case other = 3
-
Shared link is malformed.
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorSharedLinkMalformed
Swift
case sharedLinkMalformed = 4