Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValidationError ¶
ValidationError wraps diagnostics reported by shims (currently shim v2 and tf5).
func (ValidationError) Error ¶
func (e ValidationError) Error() string
Last-resort error printout.
To display nice error messages to Pulumi users the bridge should recognize ValidationError structs and reformat AttributePath in terms of the Pulumi provider as appropriate, so this method should not be called on paths that are expected to be user-visible.
However this method is currently called in unrecoverable situations when underlying TF machinery fails. Opt to expose all the information here to facilitate debugging.
Click to show internal directories.
Click to hide internal directories.