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 `error_trace` parameter turns on the `stack_trace` field
in errors which returns stack traces.
Removes documentation for `camelCase` because it hasn't worked
in a while....
Documents the internal parameters used to render stack traces as
internal only.
Closes#21708
"reason": "Failed to parse int parameter [size] with value [surprise_me]",
647
+
"stack_trace": "Failed to parse int parameter [size] with value [surprise_me]]; nested: IllegalArgumentException..."
648
+
}
649
+
],
650
+
"type": "illegal_argument_exception",
651
+
"reason": "Failed to parse int parameter [size] with value [surprise_me]",
652
+
"stack_trace": "java.lang.IllegalArgumentException: Failed to parse int parameter [size] with value [surprise_me]\n at org.elasticsearch.rest.RestRequest.paramAsInt(RestRequest.java:175)...",
653
+
"caused_by": {
654
+
"type": "number_format_exception",
655
+
"reason": "For input string: \"surprise_me\"",
656
+
"stack_trace": "java.lang.NumberFormatException: For input string: \"surprise_me\"\n at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)..."
0 commit comments