We have an API for loading data from a server, and we need to add logging to the server so that later we can analyze errors.
Your task is to modify the main scope so that errors from all children async tasks get logged in the following format: Error: ${exception.message}.
Tip: Each exception has a property .message.