Add max lives limit
This commit is contained in:
parent
d846d99c6c
commit
a056ca4813
19 changed files with 147 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
export const enum ServerErrorCode {
|
||||
DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1
|
||||
DOES_NOT_RESPECT_FOLLOW_CONSTRAINTS = 1,
|
||||
MAX_INSTANCE_LIVES_LIMIT_REACHED = 2,
|
||||
MAX_USER_LIVES_LIMIT_REACHED = 3,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue