aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-03-11 18:38:22 +0800
committercrupest <crupest@outlook.com>2020-03-11 18:38:22 +0800
commit2945aaf506a351cda89bc552aa1bcb734055438d (patch)
tree4a2c53d6c5e7f90c88ea287302d01a5d87b730fc /Timeline.ErrorCodes/ErrorCodes.cs
parent27ed44bb8c618e4b30de5cec44bbb47be8084539 (diff)
downloadtimeline-2945aaf506a351cda89bc552aa1bcb734055438d.tar.gz
timeline-2945aaf506a351cda89bc552aa1bcb734055438d.tar.bz2
timeline-2945aaf506a351cda89bc552aa1bcb734055438d.zip
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs
index ef150921..0af36383 100644
--- a/Timeline.ErrorCodes/ErrorCodes.cs
+++ b/Timeline.ErrorCodes/ErrorCodes.cs
@@ -62,7 +62,8 @@
public const int NotExist = 1_104_02_01;
public const int MemberPut_NotExist = 1_104_03_01;
public const int QueryRelateNotExist = 1_104_04_01;
- public const int PostNoData = 1_104_05_01;
+ public const int PostNotExist = 1_104_05_01;
+ public const int PostNoData = 1_104_05_02;
}
}
}