go.pact.im/x/httprange.UnexpectedStatusCodeError.StatusCode (field)

5 uses

	go.pact.im/x/httprange (current package)
		errors.go#L28: 	StatusCode int
		errors.go#L35: 		text = http.StatusText(e.StatusCode)
		errors.go#L39: 		e.StatusCode, text,
		metadata.go#L100: 			StatusCode: resp.StatusCode,
		ranger.go#L131: 			StatusCode: resp.StatusCode,