Registry / utility / errors

errors

JSON →
library1.1.0gogounverified

Package errors implements custom error interfaces for cosmos-sdk with stacktrace support.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cosmossdk.io/errors

Register a custom error and wrap it with additional context.

package main import ( "fmt" "cosmossdk.io/errors" ) func main() { err := errors.Register(1, "generic error") wrapped := errors.Wrap(err, "additional context") fmt.Printf("%+v\n", wrapped) }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources