PostParseAqlQueryResponseErrorNum Property |
When the query is invalid this will contain the error number.
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? ErrorNum { get; set; }
Public Property ErrorNum As Integer?
Get
Set
public:
property Nullable<int> ErrorNum {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ErrorNum : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also