github.com/aws/smithy-go/transport/http.ResponseError.Err (field)

7 uses

	github.com/aws/smithy-go/transport/http (current package)
		response.go#L18: 	Err      error
		response.go#L28: func (e *ResponseError) Unwrap() error { return e.Err }
		response.go#L33: 		e.Response.StatusCode, e.Err)

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		response_error.go#L26: 		e.Response.StatusCode, e.RequestID, e.Err)
		response_error_middleware.go#L48: 			Err:      err,

	github.com/aws/aws-sdk-go-v2/service/internal/s3shared
		response_error.go#L26: 		e.Response.StatusCode, e.RequestID, e.HostID, e.Err)
		response_error_middleware.go#L52: 				Err:      err,