wfz 3 tahun lalu
induk
melakukan
b367279127
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      errors/chat.go

+ 1 - 0
errors/chat.go

@@ -14,4 +14,5 @@ var (
 	ErrorIsGetAward             = codes.Error(40009, "已经获取过奖励")
 	ErrorChatRecordNotExist     = codes.Error(40010, "聊天记录不存在")
 	ErrorRandomMatchingFail     = codes.Error(40011, "随机匹配失败")
+	ErrorBlack2                 = codes.Error(40012, "你拉黑了对方")
 )