diff --git a/errors/v1/msg.proto b/errors/v1/msg.proto index b32397a..98bbf62 100644 --- a/errors/v1/msg.proto +++ b/errors/v1/msg.proto @@ -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 {