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