aboutsummaryrefslogtreecommitdiff
path: root/Timeline.ErrorCodes/ErrorCodes.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-08-21 22:52:20 +0800
committercrupest <crupest@outlook.com>2020-08-21 22:52:20 +0800
commita8ca52b2ec6009c1be036e74edb76161447371b8 (patch)
tree86aa57cdd5d19ee0e67bc06151267cc85d1fb942 /Timeline.ErrorCodes/ErrorCodes.cs
parent4475de3c0c86c4096b843d8bee8aff48b7e31896 (diff)
downloadtimeline-a8ca52b2ec6009c1be036e74edb76161447371b8.tar.gz
timeline-a8ca52b2ec6009c1be036e74edb76161447371b8.tar.bz2
timeline-a8ca52b2ec6009c1be036e74edb76161447371b8.zip
...
Diffstat (limited to 'Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r--Timeline.ErrorCodes/ErrorCodes.cs5
1 files changed, 0 insertions, 5 deletions
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;
}
}