add ws error codes

This commit is contained in:
slice 2018-07-18 14:58:19 -07:00
parent ad601769c4
commit d2ec70799d
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
export default {
INVALID_PAYLOAD: 4200,
TOO_MUCH: 4420,
}