PathOrLink
public enum PathOrLink : CustomStringConvertible, JSONRepresentable
The PathOrLink union
-
An unspecified error.
Declaration
Swift
case path(String)
-
An unspecified error.
Declaration
Swift
case link(Files.SharedLinkFileInfo)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }