diff options
author | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 18:16:18 +0800 |
commit | 53b237832d3d967b531a8dc130ebbf2ede173741 (patch) | |
tree | d82d54a11bf5d3dfc112dacf8d8e9f9503e88ca0 /Timeline.ErrorCodes/ErrorCodes.cs | |
parent | a908d22253b7d6cb5f07eecf5b35c64e4bab0390 (diff) | |
download | timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.gz timeline-53b237832d3d967b531a8dc130ebbf2ede173741.tar.bz2 timeline-53b237832d3d967b531a8dc130ebbf2ede173741.zip |
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | Timeline.ErrorCodes/ErrorCodes.cs | 9 |
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;
}
}
}
|