diff options
| author | crupest <crupest@outlook.com> | 2020-06-17 17:10:40 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-17 17:10:40 +0800 |
| commit | 3dc9460798798e5ba155fae7b6afe84522c2c619 (patch) | |
| tree | dd5e74d262b268f6ba7be5826a192bc42934cb35 /Timeline/Resources/Services/Exception.resx | |
| parent | f737fed4f003fbeb7187629a7b730c64a87b72b9 (diff) | |
| download | timeline-3dc9460798798e5ba155fae7b6afe84522c2c619.tar.gz timeline-3dc9460798798e5ba155fae7b6afe84522c2c619.tar.bz2 timeline-3dc9460798798e5ba155fae7b6afe84522c2c619.zip | |
refactor(back): Refactor timeline service.
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
| -rw-r--r-- | Timeline/Resources/Services/Exception.resx | 15 |
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>
|
