ItemWarning Class

Definition

Represents an item-level warning.

public class ItemWarning
type ItemWarning = class
Public Class ItemWarning
Inheritance
ItemWarning

Constructors

ItemWarning()

Initializes a new instance of the ItemWarning class.

ItemWarning(String, String, String, String, String)

Initializes a new instance of the ItemWarning class.

Properties

Details

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

DocumentationLink

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

Key

Gets the key of the item which generated a warning.

Message

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

Name

Gets 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.

Applies to