Package com.pulumi.exceptions
-
Exception Summary Exception Description LogException Special exception we throw if we had a problem actually logging a message to the engine error rpc endpoint.MissingRequiredPropertyException MissingRequiredPropertyException is thrown when a required input property is missing from a resource args builderResourceException ResourceException can be used for terminating a program abruptly, specifically associating the problem with a Resource.RunException RunException can be used for terminating a program abruptly, but resulting in a clean exit rather than the usual verbose unhandled error logic which emits the source program text and complete stack trace.