interface QueryErrorDefinition {
    build(engine: SearchEngine): QueryError;
}

Hierarchy (View Summary)

Methods

Methods

  • Creates an instance of the given controller.

    Parameters

    • engine: SearchEngine

      The search engine.

    Returns QueryError

    The controller.