aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-05-05 16:18:33 +0800
committercrupest <crupest@outlook.com>2021-05-05 16:18:33 +0800
commite110f4a41bd711192af28874f71f031a130f0b84 (patch)
tree08610c5476549edfbe8e9a2605b8876e026d89f5 /BackEnd/Timeline/ErrorCodes.cs
parent2a4b59c05236028ed1dc8304327b1ef484a376db (diff)
downloadtimeline-e110f4a41bd711192af28874f71f031a130f0b84.tar.gz
timeline-e110f4a41bd711192af28874f71f031a130f0b84.tar.bz2
timeline-e110f4a41bd711192af28874f71f031a130f0b84.zip
refactor: ...
Diffstat (limited to 'BackEnd/Timeline/ErrorCodes.cs')
-rw-r--r--BackEnd/Timeline/ErrorCodes.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/BackEnd/Timeline/ErrorCodes.cs b/BackEnd/Timeline/ErrorCodes.cs
index 79054a6f..be532c0c 100644
--- a/BackEnd/Timeline/ErrorCodes.cs
+++ b/BackEnd/Timeline/ErrorCodes.cs
@@ -43,6 +43,8 @@
public const int Timeline = 2_001_00_02;
public const int TimelinePost = 2_001_00_03;
public const int TimelinePostData = 2_001_00_04;
+ public const int BookmarkTimeline = 2_001_00_05;
+ public const int HighlightTimeline = 2_001_00_06;
}
public static class Conflict
@@ -52,6 +54,8 @@
public const int Timeline = 2_002_00_02;
public const int TimelinePost = 2_002_00_03;
public const int TimelinePostData = 2_002_00_04;
+ public const int BookmarkTimeline = 2_002_00_05;
+ public const int HighlightTimeline = 2_002_00_06;
}
public static class TokenController