errs

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 15, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package errs is the Stage-1 namespace for error context enrichment, grouping, learning, patterns, and recovery. See ../REFACTOR_PLAN.md.

Named "errs" (not "error") to avoid shadowing the builtin error type.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExtractPattern

func ExtractPattern(msg string) string

func FormatError

func FormatError(e *EnrichedError) string

func NormalizeError

func NormalizeError(msg string) string

Types

type EnrichedError

type EnrichedError = engine.EnrichedError

type ErrorContext

type ErrorContext = engine.ErrorContext

func NewErrorContext

func NewErrorContext() *ErrorContext

type ErrorGroup

type ErrorGroup = engine.ErrorGroup

type ErrorGrouper

type ErrorGrouper = engine.ErrorGrouper

func NewErrorGrouper

func NewErrorGrouper() *ErrorGrouper

type ErrorHelp

type ErrorHelp = engine.ErrorHelp

type ErrorInstance

type ErrorInstance = engine.ErrorInstance

type ErrorLearner

type ErrorLearner = engine.ErrorLearner

func NewErrorLearner

func NewErrorLearner() *ErrorLearner

type ErrorLearnerStats

type ErrorLearnerStats = engine.ErrorLearnerStats

type ErrorPattern

type ErrorPattern = engine.ErrorPattern

type ErrorPatternDB

type ErrorPatternDB = engine.ErrorPatternDB

func NewErrorPatternDB

func NewErrorPatternDB() *ErrorPatternDB

type ErrorRecovery

type ErrorRecovery = engine.ErrorRecovery

func NewErrorRecovery

func NewErrorRecovery() *ErrorRecovery

type LearnedPattern

type LearnedPattern = engine.LearnedPattern

type RecoveryAttempt

type RecoveryAttempt = engine.RecoveryAttempt

type RecoveryContext

type RecoveryContext = engine.RecoveryContext

type RecoveryResult

type RecoveryResult = engine.RecoveryResult

type RecoveryStrategy

type RecoveryStrategy = engine.RecoveryStrategy

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL