aboutsummaryrefslogtreecommitdiff
path: root/Timeline/Resources/Services/Exception.resx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-17 17:10:40 +0800
committercrupest <crupest@outlook.com>2020-06-17 17:10:40 +0800
commit4a46206ea5f004ecb595de4bfd573b6263ac462b (patch)
treeb4532afa1b9026d7245b7c172116a8cc99d33daf /Timeline/Resources/Services/Exception.resx
parentc360ec8414a563338839b239c0f8062bfdcdc4e9 (diff)
downloadtimeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.tar.gz
timeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.tar.bz2
timeline-4a46206ea5f004ecb595de4bfd573b6263ac462b.zip
refactor(back): Refactor timeline service.
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
-rw-r--r--Timeline/Resources/Services/Exception.resx15
1 files changed, 0 insertions, 15 deletions
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx
index d455f0fc..c31ed7c7 100644
--- a/Timeline/Resources/Services/Exception.resx
+++ b/Timeline/Resources/Services/Exception.resx
@@ -141,21 +141,6 @@
<data name="HashedPasswordBadFromatExceptionNotUnknownMarker" xml:space="preserve">
<value>Unknown format marker.</value>
</data>
- <data name="ImageException" xml:space="preserve">
- <value>Image is in valid because {0}.</value>
- </data>
- <data name="ImageExceptionBadSize" xml:space="preserve">
- <value>image is not a square, aka, width is not equal to height</value>
- </data>
- <data name="ImageExceptionCantDecode" xml:space="preserve">
- <value>failed to decode image, see inner exception</value>
- </data>
- <data name="ImageExceptionUnknownError" xml:space="preserve">
- <value>unknown error</value>
- </data>
- <data name="ImageExceptionUnmatchedFormat" xml:space="preserve">
- <value>image's actual mime type is not the specified one</value>
- </data>
<data name="JwtUserTokenBadFormatException" xml:space="preserve">
<value>The token didn't pass verification because {0}.</value>
</data>