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
Since Async/Await methods return a promise you can access that promise with afterMethod join point to perform several tasks such as error handling. Thanks to @jcjolley