aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
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;
}
}
}