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

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

C#
public virtual string AnalyticsQueryError { get; set; }
Visual Basic
Public Overridable Property AnalyticsQueryError As String
	Get
	Set
Visual C++
public:
virtual property String^ AnalyticsQueryError {
	String^ get ();
	void set (String^ value);
}

Field Value

The error message.

Return Value

The error message, or null if no error was encountered.

See Also