diff options
author | 杨宇千 <crupest@outlook.com> | 2019-11-03 16:51:10 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-11-03 16:51:10 +0800 |
commit | 640b80e501ef7f6240afdd968de4b23cd57f2ae1 (patch) | |
tree | 3e661387665f6592cf10b2cd93da217d7f16e6e5 /Timeline/Resources/Services/Exception.resx | |
parent | 71a444547673946a140db5bd0ed819932e392ccd (diff) | |
download | timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.gz timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.tar.bz2 timeline-640b80e501ef7f6240afdd968de4b23cd57f2ae1.zip |
WIP: Design the timeline service interface.
Diffstat (limited to 'Timeline/Resources/Services/Exception.resx')
-rw-r--r-- | Timeline/Resources/Services/Exception.resx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Timeline/Resources/Services/Exception.resx b/Timeline/Resources/Services/Exception.resx index 12bf9afb..e6622094 100644 --- a/Timeline/Resources/Services/Exception.resx +++ b/Timeline/Resources/Services/Exception.resx @@ -186,6 +186,18 @@ <data name="JwtVerifyExceptionVersionClaimBadFormat" xml:space="preserve">
<value>version claim is not a number.</value>
</data>
+ <data name="TimelineMemberOperationException" xml:space="preserve">
+ <value>An exception happened when add or remove member on timeline.</value>
+ </data>
+ <data name="TimelineMemberOperationExceptionIndex" xml:space="preserve">
+ <value>An exception happened when operating on the {} member on timeline.</value>
+ </data>
+ <data name="TimelineNameBadFormatException" xml:space="preserve">
+ <value>Timeline name is of bad format. If this is a personal timeline, it means the username is of bad format and inner exception should be a UsernameBadFormatException.</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="UsernameBadFormatException" xml:space="preserve">
<value>The username is of bad format.</value>
</data>
|