Click or drag to resize

ApiErrorResponseErrorNum Property

ArangoDB error number. See https://www.arangodb.com/docs/stable/appendix-error-codes.html for error numbers and descriptions.

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public int ErrorNum { get; set; }

Property Value

Type: Int32
See Also