diff options
author | crupest <crupest@outlook.com> | 2022-04-07 21:52:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-07 21:52:26 +0800 |
commit | a1f6b41accb47e4c1e1e0474148afa94732377da (patch) | |
tree | 019932d11ab14682f526b7cb9ab1be5a27fbbfdd /BackEnd/Timeline/ErrorCodes.cs | |
parent | f8eecd3d50dec23d23b2fa1b6223b9c99d974214 (diff) | |
download | timeline-a1f6b41accb47e4c1e1e0474148afa94732377da.tar.gz timeline-a1f6b41accb47e4c1e1e0474148afa94732377da.tar.bz2 timeline-a1f6b41accb47e4c1e1e0474148afa94732377da.zip |
...
Diffstat (limited to 'BackEnd/Timeline/ErrorCodes.cs')
-rw-r--r-- | BackEnd/Timeline/ErrorCodes.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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
|