Error Handling
If a component decide it has an error it reply back to world on:
Then the job stop it current execution and start error handling sequence. It send error message to every already called components in a backward order.
This will called the error callback on every components which need to clean up its stuff.
Last updated