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; }
Public Property ErrorNum As Integer
Get
Set
public:
property int ErrorNum {
int get ();
void set (int value);
}
member ErrorNum : int with get, set
Property Value
Type:
Int32See Also