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