SearchError
public enum SearchError : CustomStringConvertible, JSONRepresentable
The SearchError union
-
An unspecified error.
Declaration
Swift
case path(Files.LookupError)
-
An unspecified error.
Declaration
Swift
case invalidArgument(String?)
-
Something went wrong, please try again.
Declaration
Swift
case internalError
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }