ApiErrorExceptionApiError Property |
Namespace:
ArangoDBNetStandard
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public 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:
ApiErrorResponseSee Also