Home > @yext/search-core > FailedVertical
Error information from when a vertical fails to return results.
Signature:
export interface FailedVertical
Property | Type | Description |
---|---|---|
details | { responseCode: number; description: string; } | Detailed information about the error. |
errorType | ErrorType | Identifier for the type of error causing the failure. |
queryDurationMillis | number | The duration of the query in milliseconds. |
verticalKey | string | The vertical key associated with the failed vertical. |