Gets or sets the analytics processing error if the analytics command failed.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string ErrorMessage { get; set; }
Visual Basic (Declaration)
Public Property ErrorMessage As String
Visual C++
public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}

See Also