diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-27 22:52:21 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-27 22:52:21 +0800 |
commit | c11a1b7be5d41bb1825a7190c708fdb04923a4fd (patch) | |
tree | 3fcce419f21587d8a872d76b2f654ed81ca842b6 /Timeline/Resources/Models/Http/Common.resx | |
parent | 181b53e270ff7c0558edec75b8b255d487e796c3 (diff) | |
download | timeline-c11a1b7be5d41bb1825a7190c708fdb04923a4fd.tar.gz timeline-c11a1b7be5d41bb1825a7190c708fdb04923a4fd.tar.bz2 timeline-c11a1b7be5d41bb1825a7190c708fdb04923a4fd.zip |
Add error code tests.
Diffstat (limited to 'Timeline/Resources/Models/Http/Common.resx')
-rw-r--r-- | Timeline/Resources/Models/Http/Common.resx | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/Timeline/Resources/Models/Http/Common.resx b/Timeline/Resources/Models/Http/Common.resx index 433c341c..540c6c58 100644 --- a/Timeline/Resources/Models/Http/Common.resx +++ b/Timeline/Resources/Models/Http/Common.resx @@ -132,18 +132,9 @@ <data name="MessageDeleteNotExist" xml:space="preserve">
<value>The item does not exist, so nothing is changed.</value>
</data>
- <data name="MessageHeaderBadIfNonMatch" xml:space="preserve">
+ <data name="MessageHeaderIfNonMatchBad" xml:space="preserve">
<value>Header If-Non-Match is of bad format.</value>
</data>
- <data name="MessageHeaderMissingContentLength" xml:space="preserve">
- <value>Header Content-Length is missing or of bad format.</value>
- </data>
- <data name="MessageHeaderMissingContentType" xml:space="preserve">
- <value>Header Content-Type is required.</value>
- </data>
- <data name="MessageHeaderZeroContentLength" xml:space="preserve">
- <value>Header Content-Length must not be 0.</value>
- </data>
<data name="MessagePutCreate" xml:space="preserve">
<value>A new item is created.</value>
</data>
|