Files
Towards/modules/chat_service/chat_lib/include/ChatClientError.hpp
T

11 lines
136 B
C++
Raw Normal View History

2026-07-18 14:31:15 +02:00
#pragma once
namespace tw::chat {
enum class ChatClientError {
PermissionDenied,
ChannelNotFound,
};
} // namespace tw::chat