GetSharedLinkFileError
public enum GetSharedLinkFileError : CustomStringConvertible, JSONRepresentable
The GetSharedLinkFileError 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
-
Directories cannot be retrieved by this endpoint.
Declaration
Swift
case sharedLinkIsDirectory
-
Declaration
Swift
public var description: String { get }