| ApiErrorExceptionApiError Property  | 
  
    Namespace: 
   ArangoDBNetStandard
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
 Syntax
Syntaxpublic ApiErrorResponse ApiError { get; set; }Public Property ApiError As ApiErrorResponse
	Get
	Set
public:
property ApiErrorResponse^ ApiError {
	ApiErrorResponse^ get ();
	void set (ApiErrorResponse^ value);
}member ApiError : ApiErrorResponse with get, set
Property Value
Type: 
ApiErrorResponse See Also
See Also