Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modfetch/
Dcache.go137 type DownloadDirPartialError struct { struct
138 Dir string
139 Err error
142 func (e *DownloadDirPartialError) Error() string { return fmt.Sprintf("%s: %v", e.Dir, e.Err) }
143 func (e *DownloadDirPartialError) Is(err error) bool { return err == fs.ErrNotExist }