DBSHARINGSharedLinkSettingsErrorTag
Objective-C
enum DBSHARINGSharedLinkSettingsErrorTag : NSInteger {}
                Swift
@frozen enum DBSHARINGSharedLinkSettingsErrorTag : Int, @unchecked Sendable
                The DBSHARINGSharedLinkSettingsErrorTag enum type represents the possible
tag states with which the DBSHARINGSharedLinkSettingsError union can
exist.
- 
                  
                  
The given settings are invalid (for example, all attributes of the SharedLinkSettings are empty, the requested visibility is
passwordinDBSHARINGRequestedVisibilitybut thelinkPasswordinDBSHARINGSharedLinkSettingsis missing,expiresinDBSHARINGSharedLinkSettingsis set to the past, etc.).Declaration
Objective-C
DBSHARINGSharedLinkSettingsErrorInvalidSettingsSwift
case invalidSettings = 0 - 
                  
                  
User is not allowed to modify the settings of this link. Note that basic users can only set
publicinDBSHARINGRequestedVisibilityas therequestedVisibilityinDBSHARINGSharedLinkSettingsand cannot setexpiresinDBSHARINGSharedLinkSettings.Declaration
Objective-C
DBSHARINGSharedLinkSettingsErrorNotAuthorizedSwift
case notAuthorized = 1 
View on GitHub
        DBSHARINGSharedLinkSettingsErrorTag Enumeration Reference