awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cockroachdb/errors

Open-source alternatives to Errors

30 open-source projects similar to cockroachdb/errors, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Errors alternative.

  • dtolnay/anyhowAvatar de dtolnay

    dtolnay/anyhow

    6,569Ver en 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
    Ver en GitHub↗6,569
  • amitshekhariitbhu/fast-android-networkingAvatar de amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Ver en GitHub↗

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

    Java
    Ver en GitHub↗5,906
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en 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

    Ver en GitHub↗6,030
  • appsignal/appsignal-elixirAvatar de appsignal

    appsignal/appsignal-elixir

    292Ver en GitHub↗

    🟪 AppSignal for Elixir package

    Elixir
    Ver en GitHub↗292

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • bnkamalesh/errorsB

    bnkamalesh/errors

    0Ver en GitHub↗
    Ver en GitHub↗0
  • bugsnag/bugsnag-rubyAvatar de bugsnag

    bugsnag/bugsnag-ruby

    254Ver en GitHub↗

    BugSnag error monitoring & reporting software for rails, sinatra, rack and ruby

    Ruby
    Ver en GitHub↗254
  • crowdhailer/okAvatar de CrowdHailer

    CrowdHailer/OK

    606Ver en GitHub↗

    Elegant error/exception handling in Elixir, with result monads.

    Elixir
    Ver en GitHub↗606
  • emperror/emperrorAvatar de emperror

    emperror/emperror

    384Ver en GitHub↗

    The Emperor takes care of all errors personally

    Go
    Ver en GitHub↗384
  • emperror/errorsAvatar de emperror

    emperror/errors

    204Ver en GitHub↗

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

    Go
    Ver en GitHub↗204
  • errbit/errbitAvatar de errbit

    errbit/errbit

    4,269Ver en GitHub↗

    Errbit is a self-hosted exception logger and error monitoring server used for centralized exception management. It collects, aggregates, and organizes application crash reports from various software applications to identify bugs in a centralized location. The system implements an API interface compatible with the Airbrake standard, allowing it to receive error notifications from multiple programming languages. It captures both server-side exceptions and client-side JavaScript errors occurring in web browsers. The platform manages the error lifecycle through fingerprint-based grouping to clus

    Ruby
    Ver en GitHub↗4,269
  • expede/exceptionalAvatar de expede

    expede/exceptional

    296Ver en GitHub↗

    Helpers for Elixir exceptions

    Elixir
    Ver en GitHub↗296
  • fatih/errwrapF

    fatih/errwrap

    0Ver en GitHub↗
    Ver en GitHub↗0
  • getsentry/sentry-elixirAvatar de getsentry

    getsentry/sentry-elixir

    688Ver en GitHub↗

    The official Elixir SDK for Sentry (sentry.io)

    Elixir
    Ver en GitHub↗688
  • getsentry/sentry-rubyAvatar de getsentry

    getsentry/sentry-ruby

    989Ver en GitHub↗

    Sentry SDK for Ruby

    Ruby
    Ver en GitHub↗989
  • github/go-faultG

    github/go-fault

    0Ver en GitHub↗
    Ver en GitHub↗0
  • gleam-experiments/snagAvatar de gleam-experiments

    gleam-experiments/snag

    80Ver en GitHub↗

    A Snag is a boilerplate-free ad-hoc error type.

    Gleam
    Ver en GitHub↗80
  • go-errr/goAvatar de go-errr

    go-errr/go

    1Ver en GitHub↗

    Failure handling is expressed through a single deferred handler that:

    Go
    Ver en GitHub↗1
  • hashicorp/go-multierrorAvatar de hashicorp

    hashicorp/go-multierror

    2,571Ver en GitHub↗

    A Go (golang) package for representing a list of errors as a single error.

    Go
    Ver en GitHub↗2,571
  • ztrue/tracerrAvatar de ztrue

    ztrue/tracerr

    1,117Ver en GitHub↗

    Golang errors with stack trace and source fragments.

    Go
    Ver en GitHub↗1,117
  • ajalt/fuckitpyAvatar de ajalt

    ajalt/fuckitpy

    5,292Ver en GitHub↗

    fuckitpy is a Python exception suppression tool and AST modifier designed to ensure program execution continues despite the presence of runtime errors. It functions as a fault-tolerant module loader and error handling wrapper that rewrites Python code to skip statements that would otherwise cause crashes. The project utilizes abstract syntax tree manipulation to automatically inject exception handlers around expressions and functions. This allows for the loading of modules that contain errors, ensuring that valid members remain accessible even when the module itself is partially broken. The

    Python
    Ver en GitHub↗5,292
  • ansel1/merryA

    ansel1/merry

    0Ver en GitHub↗
    Ver en GitHub↗0
  • airbrake/airbrakeAvatar de airbrake

    airbrake/airbrake

    986Ver en GitHub↗

    The official Airbrake library for Ruby applications

    Ruby
    Ver en GitHub↗986
  • joomcode/errorxAvatar de joomcode

    joomcode/errorx

    1,271Ver en GitHub↗

    A comprehensive error handling library for Go

    Goerror-handlingerrorsgo
    Ver en GitHub↗1,271
  • juju/errorsAvatar de juju

    juju/errors

    1,387Ver en GitHub↗

    Common juju errors and functions to annotate errors. Based on juju/errgo

    Go
    Ver en GitHub↗1,387
  • lpil/exceptionAvatar de lpil

    lpil/exception

    11Ver en GitHub↗

    A tiny package for dealing with exceptions

    Gleam
    Ver en GitHub↗11
  • naughtygopher/errorsAvatar de naughtygopher

    naughtygopher/errors

    75Ver en GitHub↗

    A drop-in replacement for Go errors, with some added sugar! Unwrap user-friendly messages, HTTP status code, easy wrapping with multiple error types.

    Go
    Ver en GitHub↗75
  • neuronlabs/errorsAvatar de neuronlabs

    neuronlabs/errors

    6Ver en GitHub↗

    Simple golang error handling with classification primitives.

    Go
    Ver en GitHub↗6
  • pkg/errorsAvatar de pkg

    pkg/errors

    8,258Ver en GitHub↗

    pkg/errors is a Go library that provides primitives for creating, annotating, and inspecting errors with stack traces and contextual information. Its core identity centers on capturing the call stack at the point of error creation or wrapping, preserving that information for later debugging and root cause analysis. The library distinguishes itself through a set of tightly integrated capabilities for error handling. It supports wrapping errors with descriptive messages while recording a new stack trace at the wrapping point, annotating existing errors with either a message or a stack trace ind

    Go
    Ver en GitHub↗8,258
  • pumpkinseed/errorsAvatar de PumpkinSeed

    PumpkinSeed/errors

    7Ver en GitHub↗

    Simple and efficient error package

    Go
    Ver en GitHub↗7
  • quantumcycle/metaerrAvatar de quantumcycle

    quantumcycle/metaerr

    5Ver en GitHub↗

    Errors with metadata for Golang

    Go
    Ver en GitHub↗5