-
-
Couldn't load subscription status.
- Fork 63
TypeAlias.SearchErrorDetail
Aleksandr Rogov edited this page May 12, 2025
·
2 revisions
dynamics-web-api / SearchErrorDetail
SearchErrorDetail =
object
The Azure Cognitive search error returned as part of the response.
| Property | Type | Description |
|---|---|---|
code
|
string |
The error code. |
message
|
string |
The error message. |
propertybag
|
Record<string, any> |
More error information. |