aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2020-02-03 18:38:14 +0800
committerGitHub <noreply@github.com>2020-02-03 18:38:14 +0800
commite5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236 (patch)
tree28ef20f9dfe742008bb934f09b99d1d4719cabaa /Timeline.ErrorCodes
parent673fa5f0645308bfa8d17dc4e0e145bbaf239329 (diff)
parent86c4e7834bf25b900af03edc53aea3f37f645334 (diff)
downloadtimeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.tar.gz
timeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.tar.bz2
timeline-e5fb17ddfc3d1ecf0b283c8cc1a91fb2a2a03236.zip
Merge pull request #57 from crupest/dev
Add normal timeline feature.
Diffstat (limited to 'Timeline.ErrorCodes')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs6
1 files changed, 4 insertions, 2 deletions
diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs
index ea74cf0e..e07fbd94 100644
--- a/Timeline.ErrorCodes/ErrorCodes.cs
+++ b/Timeline.ErrorCodes/ErrorCodes.cs
@@ -56,9 +56,11 @@
public const int BadFormat_BadSize = 1_103_00_03;
}
- public static class TimelineController
+ public static class TimelineCommon
{
- public const int MemberPut_NotExist = 1_104_01_01;
+ public const int NameConflict = 1_104_01_01;
+ public const int NotExist = 1_104_02_01;
+ public const int MemberPut_NotExist = 1_104_03_01;
}
}
}