aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes
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
commit872f0e9f094f37db9ff208d178ad5bea2fafc1a7 (patch)
tree27291dc4105e64ca3ed6ed43a8822cb911ed49a9 /BackEnd/Timeline.ErrorCodes
parent253b06dfaa091d986a8714c081fd1e01679f538a (diff)
downloadtimeline-872f0e9f094f37db9ff208d178ad5bea2fafc1a7.tar.gz
timeline-872f0e9f094f37db9ff208d178ad5bea2fafc1a7.tar.bz2
timeline-872f0e9f094f37db9ff208d178ad5bea2fafc1a7.zip
...
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes')
-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