PostParseAqlQueryResponseErrorMessage Property |
When the query is invalid this will contain the error message.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string ErrorMessage { get; set; }
Public Property ErrorMessage As String
Get
Set
public:
property String^ ErrorMessage {
String^ get ();
void set (String^ value);
}
member ErrorMessage : string with get, set
Property Value
Type:
StringSee Also