# Functions
FormatError returns a string representation of the given error.
FormatPath returns a string representation of the given path using a syntax that resembles an expression in the Terraform language.
UpstreamAPIError is a helper for constructing a Diagnostic to report an otherwise-unhandled error response from an upstream API/SDK.
ValidationError is a helper for constructing a Diagnostic to report an unsuitable value inside an attribute's ValidateFn.
# Structs
Diagnostic represents a single problem that occurred during an operation.
# Type aliases
Diagnostics is a collection type used to report zero or more problems that occurred during an operation.
No description provided by the author