From a1f6b41accb47e4c1e1e0474148afa94732377da Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 7 Apr 2022 21:52:26 +0800 Subject: ... --- BackEnd/Timeline/ErrorCodes.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'BackEnd/Timeline/ErrorCodes.cs') diff --git a/BackEnd/Timeline/ErrorCodes.cs b/BackEnd/Timeline/ErrorCodes.cs index 9201979f..712ac374 100644 --- a/BackEnd/Timeline/ErrorCodes.cs +++ b/BackEnd/Timeline/ErrorCodes.cs @@ -79,6 +79,7 @@ public static class TimelineController { public const int QueryRelateNotExist = 1_104_04_01; + public const int MultipleTimelineWithSameName = 1_104_04_02; } public static class HighlightTimelineController -- cgit v1.2.3