Home
last modified time | relevance | path

Searched defs:InvalidPathError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/module/
Dmodule.go198 type InvalidPathError struct { struct
199 Kind string // "module", "import", or "file"
200 Path string
201 Err error
204 func (e *InvalidPathError) Error() string {
208 func (e *InvalidPathError) Unwrap() error { return e.Err }