diff options
Diffstat (limited to 'Timeline/Resources/Services/Exception.Designer.cs')
-rw-r--r-- | Timeline/Resources/Services/Exception.Designer.cs | 133 |
1 files changed, 44 insertions, 89 deletions
diff --git a/Timeline/Resources/Services/Exception.Designer.cs b/Timeline/Resources/Services/Exception.Designer.cs index 1b46f9e9..e6806873 100644 --- a/Timeline/Resources/Services/Exception.Designer.cs +++ b/Timeline/Resources/Services/Exception.Designer.cs @@ -115,6 +115,15 @@ namespace Timeline.Resources.Services { }
/// <summary>
+ /// Looks up a localized string similar to A present resource conflicts with the given resource..
+ /// </summary>
+ internal static string ConflictException {
+ get {
+ return ResourceManager.GetString("ConflictException", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The hashes password is of bad format. It might not be created by server..
/// </summary>
internal static string HashedPasswordBadFromatException {
@@ -178,128 +187,74 @@ namespace Timeline.Resources.Services { }
/// <summary>
- /// Looks up a localized string similar to The version of the jwt token is old..
- /// </summary>
- internal static string JwtBadVersionException {
- get {
- return ResourceManager.GetString("JwtBadVersionException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The token didn't pass verification because {0}, see inner exception for information..
- /// </summary>
- internal static string JwtVerifyException {
- get {
- return ResourceManager.GetString("JwtVerifyException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to token is expired..
+ /// Looks up a localized string similar to The token didn't pass verification because {0}..
/// </summary>
- internal static string JwtVerifyExceptionExpired {
+ internal static string JwtUserTokenBadFormatException {
get {
- return ResourceManager.GetString("JwtVerifyExceptionExpired", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatException", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to id claim is not a number..
+ /// Looks up a localized string similar to id claim is not a number.
/// </summary>
- internal static string JwtVerifyExceptionIdClaimBadFormat {
+ internal static string JwtUserTokenBadFormatExceptionIdBadFormat {
get {
- return ResourceManager.GetString("JwtVerifyExceptionIdClaimBadFormat", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionIdBadFormat", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to id claim does not exist..
+ /// Looks up a localized string similar to id claim does not exist.
/// </summary>
- internal static string JwtVerifyExceptionNoIdClaim {
+ internal static string JwtUserTokenBadFormatExceptionIdMissing {
get {
- return ResourceManager.GetString("JwtVerifyExceptionNoIdClaim", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionIdMissing", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to version claim does not exist..
+ /// Looks up a localized string similar to other error, see inner exception for information.
/// </summary>
- internal static string JwtVerifyExceptionNoVersionClaim {
+ internal static string JwtUserTokenBadFormatExceptionOthers {
get {
- return ResourceManager.GetString("JwtVerifyExceptionNoVersionClaim", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionOthers", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to version of token is old..
- /// </summary>
- internal static string JwtVerifyExceptionOldVersion {
- get {
- return ResourceManager.GetString("JwtVerifyExceptionOldVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to uncommon error..
- /// </summary>
- internal static string JwtVerifyExceptionOthers {
- get {
- return ResourceManager.GetString("JwtVerifyExceptionOthers", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to unknown error code..
+ /// Looks up a localized string similar to unknown error.
/// </summary>
- internal static string JwtVerifyExceptionUnknown {
+ internal static string JwtUserTokenBadFormatExceptionUnknown {
get {
- return ResourceManager.GetString("JwtVerifyExceptionUnknown", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionUnknown", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to version claim is not a number..
/// </summary>
- internal static string JwtVerifyExceptionVersionClaimBadFormat {
+ internal static string JwtUserTokenBadFormatExceptionVersionBadFormat {
get {
- return ResourceManager.GetString("JwtVerifyExceptionVersionClaimBadFormat", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionVersionBadFormat", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to The timeline with that name already exists..
- /// </summary>
- internal static string TimelineAlreadyExistException {
- get {
- return ResourceManager.GetString("TimelineAlreadyExistException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An exception happened when add or remove member on timeline..
- /// </summary>
- internal static string TimelineMemberOperationException {
- get {
- return ResourceManager.GetString("TimelineMemberOperationException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An exception happened when do operation {0} on the {1} member on timeline..
+ /// Looks up a localized string similar to version claim does not exist..
/// </summary>
- internal static string TimelineMemberOperationExceptionDetail {
+ internal static string JwtUserTokenBadFormatExceptionVersionMissing {
get {
- return ResourceManager.GetString("TimelineMemberOperationExceptionDetail", resourceCulture);
+ return ResourceManager.GetString("JwtUserTokenBadFormatExceptionVersionMissing", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to 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..
+ /// Looks up a localized string similar to Password is of bad format..
/// </summary>
- internal static string TimelineNameBadFormatException {
+ internal static string PasswordBadFormatException {
get {
- return ResourceManager.GetString("TimelineNameBadFormatException", resourceCulture);
+ return ResourceManager.GetString("PasswordBadFormatException", resourceCulture);
}
}
@@ -322,38 +277,38 @@ namespace Timeline.Resources.Services { }
/// <summary>
- /// Looks up a localized string similar to The use is not a member of the timeline..
+ /// Looks up a localized string similar to The user does not exist..
/// </summary>
- internal static string TimelineUserNotMemberException {
+ internal static string UserNotExistException {
get {
- return ResourceManager.GetString("TimelineUserNotMemberException", resourceCulture);
+ return ResourceManager.GetString("UserNotExistException", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to The username is of bad format..
+ /// Looks up a localized string similar to The token is of bad format, which means it may not be created by the server..
/// </summary>
- internal static string UsernameBadFormatException {
+ internal static string UserTokenBadFormatException {
get {
- return ResourceManager.GetString("UsernameBadFormatException", resourceCulture);
+ return ResourceManager.GetString("UserTokenBadFormatException", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to The username already exists..
+ /// Looks up a localized string similar to The token is of bad version..
/// </summary>
- internal static string UsernameConfictException {
+ internal static string UserTokenBadVersionException {
get {
- return ResourceManager.GetString("UsernameConfictException", resourceCulture);
+ return ResourceManager.GetString("UserTokenBadVersionException", resourceCulture);
}
}
/// <summary>
- /// Looks up a localized string similar to The user does not exist..
+ /// Looks up a localized string similar to The token is expired because its expiration time has passed..
/// </summary>
- internal static string UserNotExistException {
+ internal static string UserTokenTimeExpireException {
get {
- return ResourceManager.GetString("UserNotExistException", resourceCulture);
+ return ResourceManager.GetString("UserTokenTimeExpireException", resourceCulture);
}
}
}
|