Package com.pulumi.exceptions


package com.pulumi.exceptions
  • Exceptions
    Class
    Description
    Special exception we throw if we had a problem actually logging a message to the engine error rpc endpoint.
    MissingRequiredPropertyException is thrown when a required input property is missing from a resource args builder
    ResourceException can be used for terminating a program abruptly, specifically associating the problem with a Resource.
    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.