v2: user status errors
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
65a9344a7c
commit
5e1602e412
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user