@coveo/headless
    Preparing search index...

    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 Summary)

    Index

    Methods

    Properties

    Methods

    Properties

    The state of the QueryError controller.