Hey, I created a `pulumi` dynamic resource using ...
# general
r
Hey, I created a
pulumi
dynamic resource using
typescript
and Implemented all the needed functions (like and update and diff) Then exception was thrown (during some logic in my code) but
Pulumi
didn’t failed the operation (update) How can I let
Pulumi
understand that the operation was not succeed ? https://www.pulumi.com/docs/intro/concepts/resources/dynamic-providers/