Gets the error message, if any, associated with the evaluation of an analytics query. This message reports any errors that span multiple statements; it does NOT report errors relating to an individual statement.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

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