UNPKG

coveo-search-ui

Version:

Coveo JavaScript Search Framework

11 lines (10 loc) 200 B
/** * Describe an exception that was triggered by the index when performing the query. */ export interface IQueryException { /** * The exception code */ code: string; context: string; }