How the logger works for errorhandling? #1579
Unanswered
Atomzwieback
asked this question in
Q&A
Replies: 1 comment
-
The logger just handles making sure all ethers errors conform to the same format. All errors in ethers have an All errors should be catchable in the standard ways. For Promise-based things, either using If you have a code example where you are unable to catch the error, let me know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If i do a transaction there could sometimes happen an error but i dont know how to handle them without crashing my application due it not got catched by try/catch. I saw there is a logger from etherjs does this helps me to catch and log the error without crashing the app? If yes how to use it?
Beta Was this translation helpful? Give feedback.
All reactions