Add caught exceptions to event returned from action ?
Cantor, Scott
cantor.2 at osu.edu
Thu Feb 6 19:59:15 EST 2014
On 2/6/14, 7:51 PM, "Tom Zeller" <tzeller at dragonacea.biz> wrote:
>In Actions, caught exceptions should be added to the returned Event,
>correct ?
I don't think there's a systematic way to do it, which is why I captured
exceptions in the context tree where it seemed valuable. In most cases,
it's not valuable, it's just an error to log. If we need to propagate the
"type" of error, I think we should try to do that with event IDs, not by
propagating the exception.
-- Scott
More information about the dev
mailing list