add err code

This commit is contained in:
yanweidong 2024-10-15 12:53:06 +08:00
parent 3b5719bc91
commit 839d85d493
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ var (
ErrAuthClient = Errorf(209, "Auth Token Client Not Passed")
ErrJsonDecode = Errorf(210, "Auth JSON Decode Error")
ErrJsonEncode = Errorf(211, "Auth JSON Encode Error")
ErrAccountNotFound = Errorf(202, "Account Not Found")
)