type cloud.google.com/go/compute/metadata.Error

3 uses

	cloud.google.com/go/compute/metadata (current package)
		metadata.go#L320: 		return "", "", &Error{Code: res.StatusCode, Message: string(all)}
		metadata.go#L510: type Error struct {
		metadata.go#L517: func (e *Error) Error() string {