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.
This task uses dependencies that may not be available in your local IDE. As a result, you may see compilation errors or unresolved references when running the code locally. This does not affect solution validation when you submit your solution to Hyperskill.