mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-16 03:19:59 -04:00
When presenting an error that may be a PathError, the error's path is usually relative to some other value. If the caller is able to express that value (or, more often, a reference to it) in HCL syntax then this method will produce a complete expression in the error message, concatenating any path information from the error to the end of the given prefix string. |
||
|---|---|---|
| .. | ||
| config_traversals.go | ||
| contextual.go | ||
| contextual_test.go | ||
| diagnostic.go | ||
| diagnostic_base.go | ||
| diagnostics.go | ||
| diagnostics_test.go | ||
| doc.go | ||
| error.go | ||
| hcl.go | ||
| rpc_friendly.go | ||
| rpc_friendly_test.go | ||
| severity_string.go | ||
| simple_warning.go | ||
| source_range.go | ||
| sourceless.go | ||