try { await fetchUserData(userId) } catch (e) { console.log('asynchronous error was caught!'); handleError(e); }