Errors#

pulumi/pulumi:proto/pulumi/errors.proto

Messages#

📨 ErrorCause#

message string

<No description>

stackTrace string

<No description>

📨 InputPropertiesError#

An error that can be returned from a component provider and includes details of the error, which can be multiple properties.

errors InputPropertiesError.PropertyError

The list of invalid input properties.

📨 PropertyError#

A single invalid input property.

property_path string

The path to the property that is invalid.

reason string

The reason the property is invalid.