Архитектура
This commit is contained in:
@@ -9,6 +9,8 @@ public static class ChatErrors
|
||||
public static readonly Error ImportExpired = new Error("Import.Expired", "Session not found or expired");
|
||||
public static readonly Error ImportMissing = new Error("Import.Missing", "ZIP file lost");
|
||||
public static readonly Error ChatNotFound = new Error("Chat.NotFound", "Chat not found or access denied");
|
||||
public static readonly Error NotFound = new Error("Chat.NotFound", "Chat not found"); // Alias
|
||||
public static readonly Error NotMember = new Error("Chat.NotMember", "You are not a member of this chat");
|
||||
public static readonly Error ChatsForbidden = new Error("Chats.Forbidden", "Вы не являетесь участником этого чата.");
|
||||
public static readonly Error MessagesNotFound = new Error("Messages.NotFound", "Message not found.");
|
||||
public static readonly Error ChatsNotFound = new Error("Chats.NotFound", "Чат не найден.");
|
||||
|
||||
Reference in New Issue
Block a user