awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
emperror avatar

emperror/errors

0
View on GitHub↗
204 stars·13 forks·Go·MIT·11 viewsemperror.dev/errors↗

Errors

Drop-in replacement for the standard library errors package and github.com/pkg/errors

Features

  • Error Handling - Alternative error package with stack support.

Star history

Star history chart for emperror/errorsStar history chart for emperror/errors

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does emperror/errors do?

Drop-in replacement for the standard library errors package and github.com/pkg/errors

What are the main features of emperror/errors?

The main features of emperror/errors are: Error Handling.

What are some open-source alternatives to emperror/errors?

Open-source alternatives to emperror/errors include: go-errors/errors — errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks… amitshekhariitbhu/fast-android-networking — 🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀. dtolnay/anyhow — Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… appsignal/appsignal-elixir — 🟪 AppSignal for Elixir package. ansel1/merry.

Open-source alternatives to Errors

Similar open-source projects, ranked by how many features they share with Errors.
  • go-errors/errorsgo-errors avatar

    go-errors/errors

    1,005View on GitHub↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Go
    View on GitHub↗1,005
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu avatar

    amitshekhariitbhu/Fast-Android-Networking

    5,906View on GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    View on GitHub↗5,906
  • dtolnay/anyhowdtolnay avatar

    dtolnay/anyhow

    6,569View on GitHub↗

    Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type erasure. It serves as a tool for simplifying error signatures by wrapping diverse failure types into a single object, allowing for the propagation of any error that implements the standard error trait without requiring a custom enumeration for every function. The project functions as an error context provider by attaching high-level diagnostic information and recording execution stack traces at the point of failure. It enables the recovery of concrete error implementations from

    Rust
    View on GitHub↗6,569
  • balloonwj/cppguideballoonwj avatar

    balloonwj/CppGuide

    6,030View on GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    View on GitHub↗6,030
  • See all 30 alternatives to Errors→