forked from External/ergo
fix #793
This commit is contained in:
parent
cc25637fef
commit
3363076689
4 changed files with 66 additions and 23 deletions
|
|
@ -13,6 +13,7 @@ import (
|
|||
// Runtime Errors
|
||||
var (
|
||||
errAccountAlreadyRegistered = errors.New(`Account already exists`)
|
||||
errAccountAlreadyUnregistered = errors.New(`That account name was registered previously and can't be reused`)
|
||||
errAccountAlreadyVerified = errors.New(`Account is already verified`)
|
||||
errAccountCantDropPrimaryNick = errors.New("Can't unreserve primary nickname")
|
||||
errAccountCreation = errors.New("Account could not be created")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue