Click or drag to resize

ResponseBaseError Property

Always false.

Namespace:  ArangoDBNetStandard.AdminApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool Error { get; set; }

Property Value

Type: Boolean
Remarks
To handle errors, catch ApiErrorException thrown by API client methods.
See Also