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