Glob.MatchError


ENUM

Glob.MatchError

Swift
1public enum MatchError: Error, LocalizedError, Equatable

An error object that indicates why pattern matching failed.

Cases

noSpace

Swift
1case noSpace

aborted

Swift
1case aborted

cannotEnumerate(path:)

Swift
1case cannotEnumerate(path: String)

invalidExclude(path:)

Swift
1case invalidExclude(path: String)

unknown(code:)

Swift
1case unknown(code: Int)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums