Hello. Is there any way to catch pulumi errors in runtime? I’m trying to check docker network with `...
m
Hello. Is there any way to catch pulumi errors in runtime? I’m trying to check docker network with
docker.getNetwork
, but it returns error that I can’t handle with
try catch