Ross ROSS = Recommend OSS · open-source software intelligence for agents

joomcode/errorx

A comprehensive error handling library for Go observed · 2026-08-28

github.com/joomcode/errorx · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2938
  • days_rel: 663
  • days_push: 663
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1270 stars · 32 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

errorx is a comprehensive error handling library for Go that provides rich error implementations with stack traces, composable error types, and robust type/trait checks. It aims to improve on Go's standard error patterns by adding debug context and expressive error classification.

Use cases

  • add stack traces to errors in go
  • create typed errors in go
  • wrap errors with context without changing semantics
  • check error kinds instead of comparing error values
  • improve error messages in go logs
  • build composable error hierarchies in go

When to choose

  • you need rich, debuggable errors with stack traces in Go
  • you want error classification via types and traits rather than sentinel comparisons
  • you want a mature, MIT-licensed alternative to pkg/errors

When to avoid

  • you only need simple error wrapping available in the Go standard library
  • your project must minimize external dependencies
  • you need errors compatible with errors.Is/As across third-party libraries without adaptation

Facets

library · maturity stable

error-handling developer-tools backend go error-handling stack-traces error-types traits go-library

1 source

Member repositories

RepositoryRoleHealth v2
joomcode/errorxmain23

For agents

markdown · JSON · MCP: product_card(name="joomcode/errorx")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem