Searched defs:InvalidPathError (Results 1 – 1 of 1) sorted by relevance
198 type InvalidPathError struct { struct199 Kind string // "module", "import", or "file"200 Path string201 Err error204 func (e *InvalidPathError) Error() string {208 func (e *InvalidPathError) Unwrap() error { return e.Err }