cockroachdb/errors
Go error library with error portability over the network observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 95
- Release rhythm 57
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 205.5
- age_days: 2642
- days_rel: 76
- days_push: 35
- n_releases_24m: 3
Adoption not part of the score
2454 stars · 74 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go error handling library that is a drop-in replacement for the standard errors package and github.com/pkg/errors, adding network-portable error objects for distributed systems. It supports PII-free error details and optional automatic Sentry.io error reporting.
Use cases
- serialize errors across RPC boundaries in distributed systems
- replace github.com/pkg/errors with richer error wrapping
- capture stack traces efficiently when wrapping errors
- report errors to Sentry with PII automatically stripped
- maintain error compatibility across mixed-version services
- use errors.Is and errors.As with enhanced error types
When to choose
- building distributed Go systems where errors must survive network transport
- you need structured, PII-safe error details for telemetry
- you want a superset of pkg/errors and Go 1.13 errors APIs
When to avoid
- small single-process apps where the standard library errors package suffices
- non-Go projects
- you need zero external dependencies
Facets
library · maturity active
error-handling serialization logging developer-tools microservices backend go cross-platform error-wrapping network-portability pii-redaction sentry-reporting drop-in-replacement
1 source
- readme: https://github.com/cockroachdb/errors · fetched 2026-08-28 · 3851e33cf1e7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cockroachdb/errors | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="cockroachdb/errors")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem