PutDocumentsDocumentResponseTErrorNum Property |
ArangoDB error number.
Namespace:
ArangoDBNetStandard.DocumentApi.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 int ErrorNum {
int get ();
void set (int value);
}
member ErrorNum : int with get, set
Property Value
Type:
Int32See Also