RoomDataNotFoundLocally

@Serializable
@SerialName(value = "room_not_found_locally")
data object RoomDataNotFoundLocally : RoomOutboxMessage.SendError

The room does not exist locally. You should wait that a created room exist locally before sending messages.