Structuretuist.filesystem 0.7.9Glob
InvalidPatternError
InvalidPattern.swift:3struct InvalidPatternError
struct InvalidPatternError
import Glob
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var location: String.Index
The location in the pattern where the error was encountered
var pattern: String
The pattern that was being parsed
var underlyingError: PatternParsingError
The reason that parsing failed
var localizedDescription: String { get }
Retrieve the localized description for this error.