Click or drag to resize

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; }

Property Value

Type: NullableInt32
See Also