aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-02-10 14:31:31 +0800
committercrupest <crupest@outlook.com>2021-02-10 14:31:31 +0800
commit98df0fb9fe94b703325f09bf765904a11e8a7d4c (patch)
tree544f7af5bdac4726404cc466e61947471949ffaa /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
parent4ea535d93753826ec900879560d876cec4d58c38 (diff)
downloadtimeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.gz
timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.tar.bz2
timeline-98df0fb9fe94b703325f09bf765904a11e8a7d4c.zip
...
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--BackEnd/Timeline.ErrorCodes/ErrorCodes.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
index 8211a0cc..4c3b6cd8 100644
--- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
+++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
@@ -61,7 +61,7 @@
public const int NotExist = 1_104_02_01;
public const int QueryRelateNotExist = 1_104_04_01;
public const int PostNotExist = 1_104_05_01;
- public const int PostNoData = 1_104_05_02;
+ public const int PostDataNotExist = 1_104_05_02;
}
public static class HighlightTimelineController