Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchError

Package version

Describes an error condition for the Azure Cognitive Search API. Describes an error condition for the Azure Cognitive Search API.

Hierarchy

  • SearchError

Index

Properties

Properties

Optional code

code: undefined | string

One of a server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server. One of a server-defined set of error codes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional details

details: SearchError[]

An array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server. An array of details about specific errors that led to this reported error. NOTE: This property will not be serialized. It can only be populated by the server.

message

message: string

A human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server. A human-readable representation of the error. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc