type github.com/aws/smithy-go.OperationError

6 uses

	github.com/aws/smithy-go (current package)
		errors.go#L44: type OperationError struct {
		errors.go#L51: func (e *OperationError) Service() string { return e.ServiceID }
		errors.go#L54: func (e *OperationError) Operation() string { return e.OperationName }
		errors.go#L57: func (e *OperationError) Unwrap() error { return e.Err }
		errors.go#L59: func (e *OperationError) Error() string {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_client.go#L234: 		err = &smithy.OperationError{