StreamTransactionResponseError Property |
Gets or sets whether an error has occured.
Namespace:
ArangoDBNetStandard.TransactionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool Error { get; set; }
Public Property Error As Boolean
Get
Set
public:
property bool Error {
bool get ();
void set (bool value);
}
member Error : bool with get, set
Property Value
Type:
BooleanSee Also