We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ErrorMessageFactory
ErrorMessage
OpenSearchErrorMessage
:legacy
:opensearch
ResponseFormatter
:protocol
RestPPLQueryAction
:plugin
RestSqlAction
OpenSearchExecutionEngine
unwrapCause
The text was updated successfully, but these errors were encountered:
:core
No branches or pull requests
What to change
ErrorMessageFactory
ErrorMessage
OpenSearchErrorMessage
Reason
:legacy
for SQL and in:opensearch
for PPL.ResponseFormatter
s in:protocol
to format an exception, but this code never usedRestPPLQueryAction
in:plugin
to format a error for PPL and inRestSqlAction
in:legacy
to format a error in SQL:protocol
and:opensearch
.Purpose
How to
OpenSearchExecutionEngine
to extract data fromOpenSearchErrorMessage
and build a regular exception.ErrorMessage
to:protocol
.ErrorMessageFactory
since it is not needed anymore; copyunwrapCause
toErrorMessage
.The text was updated successfully, but these errors were encountered: