ResponseBaseError Property  | 
 
            Indicates whether an error occurred
            
 
    Namespace: 
   ArangoDBNetStandard.ViewApi.Models
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntaxpublic 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: 
Boolean
See Also