mirror of https://github.com/pulumi/pulumi.git
ca58b8117f
* Introduce Result type to engine The Result type can be used to signal the failure of a computation due to both internal and non-internal reasons. If a computation failed due to an internal error, the Result type carries that error with it and provides it when the 'Error' method on a Result is called. If a computation failed gracefully, but wished to bail instead of continue a doomed plan, the 'Error' method provides a value of null. * CR feedback |
||
---|---|---|
.. | ||
config | ||
deploy | ||
graph | ||
plugin | ||
provider | ||
stack | ||
testdata | ||
asset.go | ||
asset_test.go | ||
errors.go | ||
properties.go | ||
properties_diff.go | ||
properties_diff_test.go | ||
properties_test.go | ||
resource_goal.go | ||
resource_id.go | ||
resource_id_test.go | ||
resource_operation.go | ||
resource_state.go | ||
stack.go | ||
status.go | ||
urn.go | ||
urn_test.go |