- Revert some previous changes order to define transition error action logic in a different place. Now basically wrapping try/catch in a dedicated action order to have separate error action per action as is expected by a config SPI. - Added some tests. - Added docs for transition error actions. - Relates to #238 - Fixes #259