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

5 uses

	github.com/aws/smithy-go (current package)
		errors.go#L123: type CanceledError struct {
		errors.go#L128: func (*CanceledError) CanceledError() bool { return true }
		errors.go#L131: func (e *CanceledError) Unwrap() error {
		errors.go#L135: func (e *CanceledError) Error() string {

	github.com/aws/smithy-go/transport/http
		client.go#L70: 			err = &smithy.CanceledError{Err: ctx.Err()}