pulumi/sdk/nodejs/proto
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
..
analyzer_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
analyzer_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
engine_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
engine_pb.js Switch to a resource-progress oriented view for pulumi preview/update/destroy (#1116) 2018-04-10 12:03:11 -07:00
errors_pb.js Send structured errors across RPC boundaries (#1072) 2018-03-28 17:07:35 -07:00
language_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
language_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
languages_grpc_pb.js Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
languages_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
plugin_pb.js Implement more of the Python runtime 2018-02-24 08:58:34 -08:00
provider_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
provider_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
resource_grpc_pb.js Initial Python 3 port of the Python SDK (#1563) 2018-06-26 11:14:03 -07:00
resource_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00
status_pb.js Allow dynamic-provider to send structured errors 2018-07-02 13:32:23 -07:00