SearchIndexerWarning interface

Represents an item-level warning.

Properties

details

Additional, verbose details about the warning to assist in debugging the indexer. This may not be always available.

documentationLink

A link to a troubleshooting guide for these classes of warnings. This may not be always available.

key

The key of the item which generated a warning.

message

The message describing the warning that occurred while processing the item.

name

The name of the source at which the warning originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available.

Property Details

details

Additional, verbose details about the warning to assist in debugging the indexer. This may not be always available.

details?: string

Property Value

string

A link to a troubleshooting guide for these classes of warnings. This may not be always available.

documentationLink?: string

Property Value

string

key

The key of the item which generated a warning.

key?: string

Property Value

string

message

The message describing the warning that occurred while processing the item.

message: string

Property Value

string

name

The name of the source at which the warning originated. For example, this could refer to a particular skill in the attached skillset. This may not be always available.

name?: string

Property Value

string