Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type ErrorSeverity int + const SeverityCritical + const SeverityError + const SeverityInfo + const SeverityWarning + type ErrorType int + const ExecutionError + const ParseError + const ValidationError + type StructuredError struct + Context map[string]interface{} + Line int + Message string + RawData string + Section string + Severity ErrorSeverity + Timestamp time.Time + Type ErrorType + func NewError(errorType ErrorType, message string, severity ErrorSeverity, section string, ...) *StructuredError + func (e *StructuredError) Error() string