diff --git a/doc/manual/rl-next/eval-cache-errors.md b/doc/manual/rl-next/eval-cache-errors.md new file mode 100644 index 000000000..8e20512d2 --- /dev/null +++ b/doc/manual/rl-next/eval-cache-errors.md @@ -0,0 +1,9 @@ +--- +synopsis: "Consistently preserve error messages from cached evaluation" +issues: [12762] +prs: [12809] +--- + +In one code path, we are not returning the errors cached from prior evaluation, but instead throwing generic errors stemming from the lack of value (due to the error). +These generic error messages were far less informative. +Now we consistently return the original error message.