DBSHARINGGetSharedLinksErrorTag
Objective-C
enum DBSHARINGGetSharedLinksErrorTag : NSInteger {}
Swift
@frozen enum DBSHARINGGetSharedLinksErrorTag : Int, @unchecked Sendable
The DBSHARINGGetSharedLinksErrorTag enum type represents the possible tag
states with which the DBSHARINGGetSharedLinksError union can exist.
-
(no description).
Declaration
Objective-C
DBSHARINGGetSharedLinksErrorPathSwift
case path = 0 -
(no description).
Declaration
Objective-C
DBSHARINGGetSharedLinksErrorOtherSwift
case other = 1
View on GitHub
DBSHARINGGetSharedLinksErrorTag Enumeration Reference