From 52acf41e331ddbd66befed4692c804b754ba7d5c Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 30 Jan 2020 20:26:52 +0800 Subject: ... --- Timeline.ErrorCodes/ErrorCodes.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Timeline.ErrorCodes/ErrorCodes.cs') diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index 730f42e0..ea74cf0e 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -45,7 +45,7 @@ public static class UserController { - public const int ChangeUsername_Conflict = 1_102_01_01; + public const int UsernameConflict = 1_102_01_01; public const int ChangePassword_BadOldPassword = 1_102_02_01; } @@ -58,7 +58,7 @@ public static class TimelineController { - public const int PostOperationDelete_NotExist = 1_104_01_01; + public const int MemberPut_NotExist = 1_104_01_01; } } } -- cgit v1.2.3