DBSHARINGListSharedLinksErrorTag
Objective-C
enum DBSHARINGListSharedLinksErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGListSharedLinksErrorTag : Int, @unchecked Sendable
The DBSHARINGListSharedLinksErrorTag enum type represents the possible tag
states with which the DBSHARINGListSharedLinksError union can exist.
-
(no description).
Declaration
Objective-C
DBSHARINGListSharedLinksErrorPathSwift
case path = 0 -
Indicates that the cursor has been invalidated. Call
listSharedLinksto obtain a new cursor.Declaration
Objective-C
DBSHARINGListSharedLinksErrorResetSwift
case reset = 1 -
(no description).
Declaration
Objective-C
DBSHARINGListSharedLinksErrorOtherSwift
case other = 2
View on GitHub
DBSHARINGListSharedLinksErrorTag Enumeration Reference