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