V2: updating to new proto schema. domain seperated packages #36

Merged
nfel merged 327 commits from v2 into dev 2026-07-21 10:59:54 +00:00
Showing only changes of commit 5e1602e412 - Show all commits
+4
View File
@@ -113,6 +113,10 @@ enum ErrCode {
// Person-related errors
GET_PERSON_FAILED = 9000;
USER_NOT_VERIFIED = 9001;
USER_BANNED = 9002;
USER_DELETED = 9003;
USER_DISABLED = 9004;
}
message ErrorMsg {