aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-17 23:09:24 +0800
committercrupest <crupest@outlook.com>2020-12-17 23:09:24 +0800
commitb9e55a05730cf4ede8dd5bd7a6f9befe5bc3580e (patch)
treef49daa201f1a3c34a3d9182839f1a3bae41dcdfa /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
parent1a56df5e91788f0e04cad7d94542ab0189033502 (diff)
downloadtimeline-b9e55a05730cf4ede8dd5bd7a6f9befe5bc3580e.tar.gz
timeline-b9e55a05730cf4ede8dd5bd7a6f9befe5bc3580e.tar.bz2
timeline-b9e55a05730cf4ede8dd5bd7a6f9befe5bc3580e.zip
...
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--BackEnd/Timeline.ErrorCodes/ErrorCodes.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
index 90c4ed99..a8519216 100644
--- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
+++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs
@@ -63,6 +63,11 @@
public const int PostNotExist = 1_104_05_01;
public const int PostNoData = 1_104_05_02;
}
+
+ public static class HighlightTimelineController
+ {
+ public const int NonHighlight = 1_105_01_01;
+ }
}
}