aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-01-30 20:26:52 +0800
committercrupest <crupest@outlook.com>2020-01-30 20:26:52 +0800
commit79ab2b304d93b1029515bd3f954db4e5a73f4168 (patch)
tree538ceea06640f501d2a950cac813c10561036e4d /Timeline.ErrorCodes/ErrorCodes.cs
parentdd0097af5c4ccbe25a1faca2286d729c93fd4116 (diff)
downloadtimeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.tar.gz
timeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.tar.bz2
timeline-79ab2b304d93b1029515bd3f954db4e5a73f4168.zip
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs4
1 files changed, 2 insertions, 2 deletions
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;
}
}
}