Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1 KB

search-core.failedvertical.md

File metadata and controls

23 lines (15 loc) · 1 KB

Home > @yext/search-core > FailedVertical

FailedVertical interface

Error information from when a vertical fails to return results.

Signature:

export interface FailedVertical 

Properties

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.