You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real information that could help solve issues is not given in some circumstances.
For instance, look at the following response from ES:
The most important piece of information resides under the caused_by element.
ElasticSearchClientException on the other hand returns the following information:
So solving issues becomes very hard this way.
Note that this information doesn't exist anywhere in the exception: not under DebugInformation and not anywhere else.
The text was updated successfully, but these errors were encountered:
@jonyadamit We'll look to include this when parsing a ServerError from the response; We've all been at Elasticon this week but will look at this shortly. Thanks again for reporting 👍
The real information that could help solve issues is not given in some circumstances.
For instance, look at the following response from ES:
The most important piece of information resides under the caused_by element.
ElasticSearchClientException
on the other hand returns the following information:So solving issues becomes very hard this way.
Note that this information doesn't exist anywhere in the exception: not under
DebugInformation
and not anywhere else.The text was updated successfully, but these errors were encountered: