aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
committercrupest <crupest@outlook.com>2020-03-11 18:16:18 +0800
commit27ed44bb8c618e4b30de5cec44bbb47be8084539 (patch)
treed82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline.ErrorCodes/ErrorCodes.cs
parent17ef86c81c24c1cda900d0c05feb2265acc2524b (diff)
downloadtimeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.tar.gz
timeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.tar.bz2
timeline-27ed44bb8c618e4b30de5cec44bbb47be8084539.zip
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs9
1 files changed, 3 insertions, 6 deletions
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;
}
}
}