Interface IQueryErrorEventArgs

Argument sent to all handlers bound on QueryEvents.queryError

Index

Properties

endpoint

endpoint: ISearchEndpoint

The endpoint on which the error happened.

error

error: IEndpointError

The error info / message itself.

query

query: IQuery

The query that was just executed

queryBuilder

queryBuilder: QueryBuilder

The QueryBuilder that was used for the current query

searchAsYouType

searchAsYouType: boolean

Whether the query is a search-as-you-type

Hierarchy

  • IQueryErrorEventArgs