diff options
Diffstat (limited to 'Timeline.ErrorCodes')
-rw-r--r-- | Timeline.ErrorCodes/ErrorCodes.cs | 5 |
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;
+ }
}
}
|