diff options
author | crupest <crupest@outlook.com> | 2021-02-10 02:03:06 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-02-10 02:03:06 +0800 |
commit | 253b06dfaa091d986a8714c081fd1e01679f538a (patch) | |
tree | 9200a7f6607889fcfb13b7ba14cc30db54fe3499 /BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | |
parent | bc2d6676276ea85a974f57f96b038e35e6ce7460 (diff) | |
download | timeline-253b06dfaa091d986a8714c081fd1e01679f538a.tar.gz timeline-253b06dfaa091d986a8714c081fd1e01679f538a.tar.bz2 timeline-253b06dfaa091d986a8714c081fd1e01679f538a.zip |
...
Diffstat (limited to 'BackEnd/Timeline.ErrorCodes/ErrorCodes.cs')
-rw-r--r-- | BackEnd/Timeline.ErrorCodes/ErrorCodes.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs index 53a03b69..8211a0cc 100644 --- a/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs +++ b/BackEnd/Timeline.ErrorCodes/ErrorCodes.cs @@ -17,6 +17,7 @@ public static class Header
{
public const int IfNonMatch_BadFormat = 1_000_01_01;
+ public const int IfModifiedSince_BadFormat = 1_000_01_02;
}
public static class Content
|