From 96fe96b87abb9cdefd83cd26732bb251f90b4aa3 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 21 Aug 2020 22:52:20 +0800 Subject: ... --- Timeline.ErrorCodes/ErrorCodes.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Timeline.ErrorCodes/ErrorCodes.cs') diff --git a/Timeline.ErrorCodes/ErrorCodes.cs b/Timeline.ErrorCodes/ErrorCodes.cs index 4637242a..91e0c1fd 100644 --- a/Timeline.ErrorCodes/ErrorCodes.cs +++ b/Timeline.ErrorCodes/ErrorCodes.cs @@ -17,16 +17,11 @@ public static class Header { public const int IfNonMatch_BadFormat = 1_000_01_01; - public const int ContentType_Missing = 1_000_02_01; - public const int ContentLength_Missing = 1_000_03_01; - public const int ContentLength_Zero = 1_000_03_02; } public static class Content { public const int TooBig = 1_000_11_01; - public const int UnmatchedLength_Smaller = 1_000_11_02; - public const int UnmatchedLength_Bigger = 1_000_11_03; } } -- cgit v1.2.3