0xjs README/website docs update

This commit is contained in:
Jacob Evans
2018-09-13 13:51:09 +02:00
parent df5779b6d1
commit cf46d2c704
13 changed files with 111 additions and 30 deletions

View File

@@ -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.