v2: user status errors

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-07-09 12:39:42 +03:30
parent 65a9344a7c
commit 5e1602e412
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

@ -113,6 +113,10 @@ enum ErrCode {
// Person-related errors // Person-related errors
GET_PERSON_FAILED = 9000; GET_PERSON_FAILED = 9000;
USER_NOT_VERIFIED = 9001;
USER_BANNED = 9002;
USER_DELETED = 9003;
USER_DISABLED = 9004;
} }
message ErrorMsg { message ErrorMsg {