var golang.org/x/pkgsite/internal/derrors.ProxyTimedOut
7 uses
golang.org/x/pkgsite/internal/derrors (current package)
derrors.go#L62: ProxyTimedOut = errors.New("proxy timed out")
derrors.go#L132: {ProxyTimedOut, 550}, // not a real code
golang.org/x/pkgsite/internal/middleware
errorreporting.go#L36: if w2.status == derrors.ToStatus(derrors.ProxyTimedOut) {
golang.org/x/pkgsite/internal/proxy
client.go#L105: if !errors.Is(err, derrors.NotFetched) && !errors.Is(err, derrors.ProxyTimedOut) {
client.go#L246: err = fmt.Errorf("%v: %w", err, derrors.ProxyTimedOut)
client.go#L293: err = derrors.ProxyTimedOut
golang.org/x/pkgsite/internal/worker
fetch.go#L238: if ft.Status >= 500 && ft.Status != derrors.ToStatus(derrors.ProxyTimedOut) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |