forked from External/ergo
parent
b81757d273
commit
6067ce4200
14 changed files with 683 additions and 4 deletions
|
|
@ -196,4 +196,10 @@ const (
|
|||
RPL_REG_VERIFICATION_REQUIRED = "927"
|
||||
ERR_TOOMANYLANGUAGES = "981"
|
||||
ERR_NOLANGUAGE = "982"
|
||||
|
||||
// draft numerics
|
||||
// these haven't been assigned actual codes, so we use RPL_NONE's code (300),
|
||||
// since RPL_NONE is intended to be used when testing / debugging / etc features.
|
||||
|
||||
ERR_CANNOT_RESUME = "300"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue