Replies: 1 comment
-
Ethers uses error codes, which allow machine-readable errors. This is better in v6, which uses conditional types to enforce and expose properties on normal Error objects. The |
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.
-
Describe the Feature
I face with the problem when I trying to handle error exceptions. Because the ethers does not have any types or dto for errors. Its right here https://github.com/ethers-io/ethers.js/blob/master/packages/logger/src.ts/index.ts#L269
I think the error types will get simply
Code Example
Beta Was this translation helpful? Give feedback.
All reactions