From c5f3c69b3a008ab87542e523e2a59f37801bd65a Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 18 Jan 2020 00:50:31 +0800 Subject: ... --- Timeline/ErrorCodes.cs | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 Timeline/ErrorCodes.cs (limited to 'Timeline/ErrorCodes.cs') diff --git a/Timeline/ErrorCodes.cs b/Timeline/ErrorCodes.cs deleted file mode 100644 index c246953b..00000000 --- a/Timeline/ErrorCodes.cs +++ /dev/null @@ -1,35 +0,0 @@ -namespace Timeline -{ - /// - /// All error code constants. - /// - /// - /// Scheme: - /// abbbccdd - /// - public static partial class ErrorCodes - { - public static partial class Http // a = 1 - { - public static class Common // bbb = 000 - { - public const int InvalidModel = 10000000; - - public static class Header // cc = 0x - { - public static class IfNonMatch // cc = 01 - { - public const int BadFormat = 10000101; - } - } - - public static class Content // cc = 11 - { - public const int TooBig = 10001101; - public const int UnmatchedLength_Smaller = 10001102; - public const int UnmatchedLength_Bigger = 10001103; - } - } - } - } -} -- cgit v1.2.3