Interface IOpenSearchResponse
The minimum interface your custom responses should implement when providing a response type
to the low level client
Assembly: OpenSearch.Net.dll
Syntax
public interface IOpenSearchResponse
Properties
|
Edit this page
View Source
ApiCall
Declaration
IApiCallDetails ApiCall { get; set; }
Property Value
Methods
|
Edit this page
View Source
TryGetServerErrorReason(out string)
Declaration
bool TryGetServerErrorReason(out string reason)
Parameters
Type |
Name |
Description |
string |
reason |
|
Returns
Extension Methods