From 53b237832d3d967b531a8dc130ebbf2ede173741 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 11 Mar 2020 18:16:18 +0800 Subject: ... --- Timeline.ErrorCodes/ErrorCodes.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Timeline.ErrorCodes/ErrorCodes.cs') diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index eca0e18b..ef150921 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -56,16 +56,13 @@ public const int BadFormat_BadSize = 1_103_00_03; } - public static class TimelineCommon + public static class TimelineController { public const int NameConflict = 1_104_01_01; public const int NotExist = 1_104_02_01; public const int MemberPut_NotExist = 1_104_03_01; - } - - public static class TimelineController - { - public const int QueryRelateNotExist = 1_105_01_01; + public const int QueryRelateNotExist = 1_104_04_01; + public const int PostNoData = 1_104_05_01; } } } -- cgit v1.2.3