package
2.0.0-beta.62
Repository: https://github.com/hashicorp/aws-sdk-go-base.git
Documentation: pkg.go.dev
# Functions
NewErrorDiagnostic returns a new error severity diagnostic with the given summary and detail.
NewNativeErrorDiagnostic returns a new error severity diagnostic with the given error.
NewWarningDiagnostic returns a new warning severity diagnostic with the given summary and detail.
# Constants
SeverityError represents a terminating condition.
SeverityInvalid represents an undefined severity.
SeverityWarning represents a condition with explicit feedback.
# Structs
ErrorDiagnostic is a generic diagnostic with error severity.
NativeErrorDiagnostic is a diagnostic with error severity which wraps a Go error.
WarningDiagnostic is a generic diagnostic with warning severity.
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
Diagnostics represents a collection of diagnostics.
Severity represents the level of feedback for a diagnostic.