EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
Glob.MatchError
ENUM
Glob.MatchError
Swift
1public enum MatchError: Error, LocalizedError, EquatableAn error object that indicates why pattern matching failed.
Cases
noSpace
Swift
1case noSpaceaborted
Swift
1case abortedcannotEnumerate(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?