golang.org/x/mod/zip.FileError.Err (field)

9 uses

	golang.org/x/mod/zip (current package)
		zip.go#L149: 	Err  error
		zip.go#L153: 	return fmt.Sprintf("%s: %s", e.Path, e.Err)
		zip.go#L157: 	return e.Err
		zip.go#L204: 		fe := FileError{Path: path, Err: err}
		zip.go#L404: 		cf.Invalid = append(cf.Invalid, FileError{Path: zf.Name, Err: err})
		zip.go#L732: 			omitted = append(omitted, FileError{Path: slashPath, Err: errVendored})
		zip.go#L747: 				omitted = append(omitted, FileError{Path: slashPath, Err: errVCS})
		zip.go#L753: 				omitted = append(omitted, FileError{Path: slashPath, Err: errSubmoduleDir})
		zip.go#L762: 			omitted = append(omitted, FileError{Path: slashPath, Err: errNotRegular})