diff options
| author | crupest <crupest@outlook.com> | 2020-06-13 00:28:35 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2020-06-13 00:28:35 +0800 | 
| commit | d6e9ae92a782f747752d9e26504dc2f27e723f04 (patch) | |
| tree | 57e3d021f6bd2aaa747e1e8fbffdf6a2636977f5 /Timeline/Resources/Services/Exception.resx | |
| parent | b2dcd4529bfb80fa2f1e6095cd5c976d4e90ec8e (diff) | |
| download | timeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.tar.gz timeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.tar.bz2 timeline-d6e9ae92a782f747752d9e26504dc2f27e723f04.zip  | |
refactor(back): Fix #100 .
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
| -rw-r--r-- | Timeline/Resources/Services/Exception.resx | 12 | 
1 files changed, 0 insertions, 12 deletions
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx index 660e5b3d..d455f0fc 100644 --- a/Timeline/Resources/Services/Exception.resx +++ b/Timeline/Resources/Services/Exception.resx @@ -120,9 +120,6 @@    <data name="BadPasswordException" xml:space="preserve">
      <value>The password is wrong.</value>
    </data>
 -  <data name="ConflictException" xml:space="preserve">
 -    <value>A present resource conflicts with the given resource.</value>
 -  </data>
    <data name="HashedPasswordBadFromatException" xml:space="preserve">
      <value>The hashes password is of bad format. It might not be created by server.</value>
    </data>
 @@ -183,15 +180,6 @@    <data name="PasswordBadFormatException" xml:space="preserve">
      <value>Password is of bad format.</value>
    </data>
 -  <data name="TimelineNotExistException" xml:space="preserve">
 -    <value>Timeline does not exist. If this is a personal timeline, it means the user does not exist and inner exception should be a UserNotExistException.</value>
 -  </data>
 -  <data name="TimelinePostNotExistException" xml:space="preserve">
 -    <value>The timeline post does not exist. You can't do operation on it.</value>
 -  </data>
 -  <data name="UserNotExistException" xml:space="preserve">
 -    <value>The user does not exist.</value>
 -  </data>
    <data name="UserTokenBadFormatException" xml:space="preserve">
      <value>The token is of bad format, which means it may not be created by the server.</value>
    </data>
  | 
