| ApiClientBaseGetApiErrorException Method  | 
  
    Namespace: 
   ArangoDBNetStandard
    Assembly:
   ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
 Syntax
Syntaxprotected Task<ApiErrorException> GetApiErrorException(
	IApiClientResponse response
)
Protected Function GetApiErrorException ( 
	response As IApiClientResponse
) As Task(Of ApiErrorException)
protected:
Task<ApiErrorException^>^ GetApiErrorException(
	IApiClientResponse^ response
)
member GetApiErrorException : 
        response : IApiClientResponse -> Task<ApiErrorException> 
Parameters
- response
- Type: ArangoDBNetStandard.TransportIApiClientResponse
 The error response from ArangoDB.
Return Value
Type: 
TaskApiErrorException See Also
See Also