@pulumi/pulumi - v3.251.0
    Preparing search index...

    Interface ResOpFailedEvent

    An event emitted when a resource operation fails. Typically a DiagnosticEvent is emitted before this event, indicating the root cause of the error.

    interface ResOpFailedEvent {
        metadata: StepEventMetadata;
        status: number;
        steps: number;
    }
    Index

    Properties

    Properties

    Metadata for the event.

    status: number
    steps: number