* Package name : golang-github-cockroachdb-errors Version : 1.12.0-1 Upstream Author : CockroachDB * URL : https://github.com/cockroachdb/errors * License : Apache-2.0 Programming Lang: Go Description : Go error library with error portability over the network This library aims to be used as a drop-in replacement to github.com/pkg/errors and Go's standard errors package. It also provides *network portability* of error objects, in ways suitable for distributed systems with mixed-version software compatibility. . It also provides native and comprehensive support for PII (https://en.wikipedia.org/wiki/Personal_data)-free details and an opt-in Sentry.io (https://sentry.io/) reporting mechanism that automatically formats error details and strips them of PII. . See also the design RFC (https://github. com/cockroachdb/cockroach/blob/master/docs/RFCS/20190318_error_handling. md). I want to package this library to unblock mev-boost, ITP bug #1107167, and go-ethereum, ITP bug #890541