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
Inside the else clause of try statements we should have a way to access the error message (or error object?) and decide what to do based on that. Perhaps a thread local variable can save the last error message?
The text was updated successfully, but these errors were encountered:
Inside the
else
clause oftry
statements we should have a way to access the error message (or error object?) and decide what to do based on that. Perhaps a thread local variable can save the last error message?The text was updated successfully, but these errors were encountered: