@pulumi/pulumi
    Preparing search index...

    Interface DiagnosticEvent

    An event emitted whenever a diagnostic message is provided, for example errors from a cloud resource provider while trying to create or update a resource.

    interface DiagnosticEvent {
        color: string;
        ephemeral?: boolean;
        message: string;
        prefix?: string;
        severity: "info" | "info#err" | "warning" | "error";
        streamID?: number;
        urn?: string;
    }
    Index

    Properties

    color: string
    ephemeral?: boolean
    message: string
    prefix?: string
    severity: "info" | "info#err" | "warning" | "error"
    streamID?: number
    urn?: string