# QueryError

**Kind**: interface | **Module**: [Search](https://docs.interop.io/desktop/reference/javascript/search/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/search/queryerror/index.html

Describes a search operation error received by search clients.

## Properties

- **`error`** (`string`, required)
  Error message.
- **`provider`** (`ProviderData`, optional)
  Details about the search provider that has sent the error.

## Related types

- [ProviderData](https://docs.interop.io/desktop/reference/javascript/search/providerdata/index.md)
