forked from External/ergo
Add very initial RESUME cap and command
This commit is contained in:
parent
eb25d4466b
commit
d09f085b1a
8 changed files with 199 additions and 20 deletions
|
|
@ -192,4 +192,7 @@ const (
|
|||
ERR_REG_INVALID_CALLBACK = "929"
|
||||
ERR_TOOMANYLANGUAGES = "981"
|
||||
ERR_NOLANGUAGE = "982"
|
||||
|
||||
// draft numerics
|
||||
ERR_CANNOT_RESUME = "999"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue