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