@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.

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

    Hierarchy (View Summary)

    Index

    The state of the QueryError controller.