# Errors
<gh-file:pulumi#proto/pulumi/errors.proto>

## Messages
(pulumirpc.ErrorCause)=
### 📨 ErrorCause



`message` [string](#string)
: &lt;No description&gt;


`stackTrace` [string](#string)
: &lt;No description&gt;

(pulumirpc.InputPropertiesError)=
### 📨 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](#pulumirpc.InputPropertiesError.PropertyError)
:   The list of invalid input properties.

(pulumirpc.InputPropertiesError.PropertyError)=
### 📨 PropertyError
A single invalid input property.


`property_path` [string](#string)
:   The path to the property that is invalid.


`reason` [string](#string)
:   The reason the property is invalid.

