You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On version python-0.9.0.beta1, the KernelContext was removed. On KernelContext, there was a last_exception property that allowed us to get an error if one occurred. So far, what I can see with FunctionResult is that on error there is a metadata["error"] field. However, I could not see from the examples what is the supported way to check (and reraise) errors. Is there a recommended way to do this?