Interface QueryError

The QueryError controller allows to retrieve information about the current error returned by the search API, if any.

Example: query-error.fn.tsx

interface QueryError {
    state: QueryErrorState;
    subscribe(listener: (() => void)): Unsubscribe;
}

Hierarchy (view full)

Methods

Properties

Methods

Properties

The state of the QueryError controller.