We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 796e8f3 + 30700df commit 1cdf9c3Copy full SHA for 1cdf9c3
lib/embulk/input/elasticsearch/connection.rb
@@ -74,7 +74,7 @@ def search_with_retry
74
retry
75
end
76
msg = "Could not search to Elasticsearch after #{retries} retries. #{e.message}"
77
- raise Elasticsearch::ConfigError(e, msg)
+ raise Elasticsearch::ConfigError.new(e, msg)
78
79
80
0 commit comments