mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Refactor code
This commit is contained in:
@@ -7,6 +7,7 @@ const (
|
||||
ErrAccountDisabled = 1002
|
||||
ErrOldPasswordIncorrect = 1003
|
||||
ErrExternalStack = 1004
|
||||
ErrSystemInitialized = 1005
|
||||
)
|
||||
|
||||
func Error(code int32, err error) error {
|
||||
|
||||
Reference in New Issue
Block a user