export enum ErrorMessage { UNKNOWN_ERROR = 'An unknonw error uccured.', DENY_TO_CONNECT = 'You were not allowed to connect.', DISCONNECTED = 'You were disconnected.', NOT_ALLOWED = 'You were not allowed to connect.', }