aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline.ErrorCodes')
-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;
}
}
}