-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix regression in contexture-elasticsearch error handling #246
Conversation
Fix regression introduced in [a previous PR](#244) where deleting the `meta` property of a [ResponseError](https://github.com/elastic/elasticsearch-js/blob/7.x/lib/errors.js#L123) in elastic clients previous to v8 will cause a bug in [its string representation](https://github.com/elastic/elasticsearch-js/blob/7.x/lib/errors.js#L123).
|
Coverage after merging feature/fix-error-bug into main will be
Coverage Report
|
Forgot to add changelog for #246
Fix regression introduced in a previous PR where deleting the
meta
property of a ResponseError will cause a bug in its string representation.This fix only applies to elastic clients previous to v8.