diff --git a/exception/auth.go b/exception/auth.go index ef51fed..e2975ee 100644 --- a/exception/auth.go +++ b/exception/auth.go @@ -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") )