Files
Towards/modules/chat_service/chat_lib/include/ChatServerError.hpp
T
Martin Slachta a04f0dc262 initial
2026-07-18 14:31:15 +02:00

11 lines
136 B
C++

#pragma once
namespace tw::chat {
enum class ChatServerError {
PermissionDenied,
ChannelNotFound,
};
} // namespace tw::chat