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

5 uses

	github.com/aws/smithy-go/transport/http (current package)
		client.go#L65: 		err = &RequestSendError{Err: err}
		client.go#L90: type RequestSendError struct {
		client.go#L96: func (e *RequestSendError) ConnectionError() bool {
		client.go#L101: func (e *RequestSendError) Unwrap() error {
		client.go#L105: func (e *RequestSendError) Error() string {