ModifySharedLinkSettingsError
public enum ModifySharedLinkSettingsError : CustomStringConvertible, JSONRepresentable
The ModifySharedLinkSettingsError union
-
The shared link wasn’t found.
Declaration
Swift
case sharedLinkNotFound
-
The caller is not allowed to access this shared link.
Declaration
Swift
case sharedLinkAccessDenied
-
This type of link is not supported; use files instead.
Declaration
Swift
case unsupportedLinkType
-
An unspecified error.
Declaration
Swift
case other
-
There is an error with the given settings.
Declaration
Swift
case settingsError(Sharing.SharedLinkSettingsError)
-
This user’s email address is not verified. This functionality is only available on accounts with a verified email address. Users can verify their email address here https://www.dropbox.com/help/317.
Declaration
Swift
case emailNotVerified
-
Declaration
Swift
public var description: String { get }