in kovenant, i have a promise chain with a catch-a...
# kovenant
d
in kovenant, i have a promise chain with a catch-all
.fail()
handler at the very end for uncaught-errors (e.g. sends a 500 response). but once the promise gets rejected, it stays rejected, hitting every downstream
.fail()
. what's the expected way to recover / map rejection?