Skip to content

TypeAlias.SearchErrorDetail

Aleksandr Rogov edited this page May 12, 2025 · 2 revisions

dynamics-web-api / SearchErrorDetail

Type Alias: SearchErrorDetail

SearchErrorDetail = object

The Azure Cognitive search error returned as part of the response.

Properties

Property Type Description
code string The error code.
message string The error message.
propertybag Record<string, any> More error information.
Clone this wiki locally