aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-02-04 18:02:39 +0800
committercrupest <crupest@outlook.com>2020-02-04 18:02:39 +0800
commit03c9d4edc4e321db8c1b70ae621f77fa89664dfc (patch)
tree458d802973d4768e4bd5d463540608404b86c309 /Timeline.ErrorCodes/ErrorCodes.cs
parent7cf188134086c5d878cd3230345e89fc10b7e2ca (diff)
downloadtimeline-03c9d4edc4e321db8c1b70ae621f77fa89664dfc.tar.gz
timeline-03c9d4edc4e321db8c1b70ae621f77fa89664dfc.tar.bz2
timeline-03c9d4edc4e321db8c1b70ae621f77fa89664dfc.zip
Add get timeline list feature.
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs
index e07fbd94..eca0e18b 100644
--- a/Timeline.ErrorCodes/ErrorCodes.cs
+++ b/Timeline.ErrorCodes/ErrorCodes.cs
@@ -62,6 +62,11 @@
public const int NotExist = 1_104_02_01;
public const int MemberPut_NotExist = 1_104_03_01;
}
+
+ public static class TimelineController
+ {
+ public const int QueryRelateNotExist = 1_105_01_01;
+ }
}
}