Click or drag to resize

ApiClientBaseGetApiErrorException Method

Gets an ApiErrorException from the provided error response.

Namespace:  ArangoDBNetStandard
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
protected Task<ApiErrorException> GetApiErrorException(
	IApiClientResponse response
)

Parameters

response
Type: ArangoDBNetStandard.TransportIApiClientResponse
The error response from ArangoDB.

Return Value

Type: TaskApiErrorException
See Also