diff options
Diffstat (limited to 'packages/website/md/docs/0xjs/errors.md')
-rw-r--r-- | packages/website/md/docs/0xjs/errors.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/md/docs/0xjs/errors.md b/packages/website/md/docs/0xjs/errors.md new file mode 100644 index 000000000..e97973ccf --- /dev/null +++ b/packages/website/md/docs/0xjs/errors.md @@ -0,0 +1 @@ +All error messages thrown by the 0x.js library are part of a documented string enum. Each error message is in all-caps, snake-case format. This makes the error messages easily identifiable, unique and grep-able. The error enums listing all possible errors the library could throw can be found in the `Types` section. |