add ws error codes
This commit is contained in:
parent
ad601769c4
commit
d2ec70799d
1 changed files with 4 additions and 0 deletions
4
priv/frontend/src/ws/errors.js
Normal file
4
priv/frontend/src/ws/errors.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
export default {
|
||||
INVALID_PAYLOAD: 4200,
|
||||
TOO_MUCH: 4420,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue