ApiClientBaseGetApiErrorException Method |
Namespace:
ArangoDBNetStandard
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax protected 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:
TaskApiErrorExceptionSee Also