initial
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace tw::chat {
|
||||
|
||||
enum class ChatClientError {
|
||||
PermissionDenied,
|
||||
ChannelNotFound,
|
||||
};
|
||||
|
||||
} // namespace tw::chat
|
||||
Reference in New Issue
Block a user