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
DBSHARINGListSharedLinksErrorPath
Swift
case path = 0
-
Indicates that the cursor has been invalidated. Call
listSharedLinks
to obtain a new cursor.Declaration
Objective-C
DBSHARINGListSharedLinksErrorReset
Swift
case reset = 1
-
(no description).
Declaration
Objective-C
DBSHARINGListSharedLinksErrorOther
Swift
case other = 2