Click or drag to resize

ApiClientBase.GetApiErrorException 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.Transport.IApiClientResponse
The error response from ArangoDB.

Return Value

Type: Task<ApiErrorException>
See Also