package
0.0.0-20250128035417-84048cf2426f
Repository: https://github.com/jonesrussell/goforms.git
Documentation: pkg.go.dev

# README

Errors Package

This package provides common infrastructure error types and utilities.

Responsibilities

  • Define common infrastructure errors
  • Error wrapping utilities
  • Error type checking
  • Error context management

Key Components

  • Common error types
  • Error wrapping functions
  • Error checking utilities

Usage

if err != nil {
    return errors.Wrap(err, "operation failed")
}

# Functions

No description provided by the author

# Structs

No description provided by the author