GetSharedLinksError
public enum GetSharedLinksError : CustomStringConvertible, JSONRepresentable
The GetSharedLinksError union
-
An unspecified error.
Declaration
Swift
case path(String?) -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
GetSharedLinksError Enumeration Reference