Add a .error() method to object handles such that after waiting for them, if the associated task has failed you can retrieve the error from the task failing (if this doesn't include the stack trace we can go about it another way by pre-creating an armonik result for retrieving the error on failure). We can also enrich exceptions with remote execution errors if we choose to.
Add a
.error()method to object handles such that after waiting for them, if the associated task has failed you can retrieve the error from the task failing (if this doesn't include the stack trace we can go about it another way by pre-creating an armonik result for retrieving the error on failure). We can also enrich exceptions with remote execution errors if we choose to.