```
Currently if you don't correctly update the description of the return value for an RPC call, you essentially just get an assertion failure with no useful information; this generates a description of the problems instead.
```
Backport of [[https://github.com/bitcoin/bitcoin/pull/26887 | core#26887]].
Depends on D16252.