pulumi/sdk/python
Sean Gillespie 8b9e24cd85 Allow dynamic-provider to send structured errors
A critical part of the partial update protocol is to return a structured
error when a resource is successfully created, but fails to initialize.
This structured error contains the properties of the
partially-initialized resource, and instructs the engine to halt.

Most languages implement this by attaching "details" to the error, i.e.,
an arbitrary proto message attached to the error. The JavaScript
implementation is not mature enough to include all the facilities
required to use this, so here we must add a `Status` message, which
protobuf requires as part of its structure for returning details.
2018-07-02 13:32:23 -07:00
..
cmd Include Python and Go langhosts in Windows SDK 2018-06-15 11:12:33 -07:00
lib Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
pkg/version Add license headers 2018-05-22 15:02:47 -07:00
.gitignore Reenable Pylint (#1024) 2018-03-09 15:11:37 -08:00
Makefile Pin to a specific Pipenv version (#1570) 2018-06-25 14:08:56 -07:00
Pipfile Use Pipenv to manage Python environments (#1553) 2018-06-21 18:01:23 -07:00