type github.com/aws/smithy-go/transport/http.ResponseError

8 uses

	github.com/aws/smithy-go/transport/http (current package)
		response.go#L16: type ResponseError struct {
		response.go#L22: func (e *ResponseError) HTTPStatusCode() int { return e.Response.StatusCode }
		response.go#L25: func (e *ResponseError) HTTPResponse() *Response { return e.Response }
		response.go#L28: func (e *ResponseError) Unwrap() error { return e.Err }
		response.go#L30: func (e *ResponseError) Error() string {

	github.com/aws/aws-sdk-go-v2/aws/transport/http
		response_error.go#L13: 	*smithyhttp.ResponseError
		response_error_middleware.go#L46: 		ResponseError: &smithyhttp.ResponseError{

	github.com/aws/aws-sdk-go-v2/service/internal/s3shared
		response_error_middleware.go#L50: 			ResponseError: &smithyhttp.ResponseError{