var golang.org/x/pkgsite/internal/derrors.InvalidArgument
11 uses
golang.org/x/pkgsite/internal/derrors (current package)
derrors.go#L35: InvalidArgument = errors.New("invalid argument")
derrors.go#L119: {InvalidArgument, http.StatusBadRequest},
golang.org/x/pkgsite/internal/postgres
details.go#L84: return nil, fmt.Errorf("pkgPath cannot be empty: %w", derrors.InvalidArgument)
details.go#L108: return 0, fmt.Errorf("pkgPath cannot be empty: %w", derrors.InvalidArgument)
version_map.go#L73: return nil, fmt.Errorf("modulePath must be specified: %w", derrors.InvalidArgument)
golang.org/x/pkgsite/internal/proxy
client.go#L185: return "", fmt.Errorf("path: %v: %w", err, derrors.InvalidArgument)
client.go#L195: return "", fmt.Errorf("version: %v: %w", err, derrors.InvalidArgument)
client.go#L224: return nil, fmt.Errorf("module.EscapePath(%q): %w", modulePath, derrors.InvalidArgument)
golang.org/x/pkgsite/internal/stdlib
stdlib.go#L103: return "", fmt.Errorf("%w: requested version is not a valid semantic version: %q ", derrors.InvalidArgument, version)
stdlib.go#L120: return "", fmt.Errorf("%w: final digits in a prerelease must follow a period", derrors.InvalidArgument)
stdlib.go#L412: return "", fmt.Errorf("%w: requested version unknown: %q", derrors.InvalidArgument, requestedVersion)
 |
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. |