diff options
author | Brandon Millman <brandon@0xproject.com> | 2017-11-28 05:02:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-28 05:02:08 +0800 |
commit | 4a17f5e82074b01e74ae6982e82419a037eebdb4 (patch) | |
tree | b783366d327d60d8ed69341d4017f7462fd1af40 /packages/website/md/docs/0xjs/errors.md | |
parent | 694c37150c35f8d9810067b8810764585ac76508 (diff) | |
parent | b04d07815f47018655b70b4152090b566f568af1 (diff) | |
download | dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.gz dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.tar.zst dexon-sol-tools-4a17f5e82074b01e74ae6982e82419a037eebdb4.zip |
Merge pull request #240 from 0xProject/fix/websiteMdDirectory
Add md directory to website package and change generated docs directory
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. |