Skip to content
New issue

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

Add option to only return simple exception messages #10117

Closed
wants to merge 1 commit into from

Commits on Mar 18, 2015

  1. [HTTP] add option to only return simple exception messages

    Adds a setting to disable detailed error messages and full exception stack traces
    in HTTP responses. When set to false, the error_trace request parameter will result
    in a HTTP 400 response. When the error_trace parameter is not present, the message
    of the first ElasticsearchException will be output and no nested exception messages
    will be output.
    jaymode committed Mar 18, 2015
    Copy the full SHA
    7fff43c View commit details
    Browse the repository at this point in the history