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
DBSHARINGRevokeSharedLinkErrorSharedLinkNotFoundSwift
case sharedLinkNotFound = 0 -
The caller is not allowed to access this shared link.
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorSharedLinkAccessDeniedSwift
case sharedLinkAccessDenied = 1 -
This type of link is not supported; use
filesinstead.Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorUnsupportedLinkTypeSwift
case unsupportedLinkType = 2 -
(no description).
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorOtherSwift
case other = 3 -
Shared link is malformed.
Declaration
Objective-C
DBSHARINGRevokeSharedLinkErrorSharedLinkMalformedSwift
case sharedLinkMalformed = 4
View on GitHub
DBSHARINGRevokeSharedLinkErrorTag Enumeration Reference