Table of Contents

Interface IElasticsearchResponse

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

The minimum interface your custom responses should implement when providing a response type to the low level client

public interface IElasticsearchResponse

Properties

ApiCall

Sets and returns the IApiCallDetails diagnostic information

IApiCallDetails ApiCall { get; set; }

Property Value

IApiCallDetails

Methods

TryGetServerErrorReason(out string)

bool TryGetServerErrorReason(out string reason)

Parameters

reason string

Returns

bool