Registry / utility / joomcode-errorx

joomcode-errorx

JSON →
library1.2.0gogounverified

Provides error implementation with context, stack traces, and type checking.

go get github.com/joomcode/errorx
INSTALL
IMPORT
SIG · JOOMCODE-ERRORX
J
joomcode-errorx
utilitygov1.2.0
harness data pending
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.

errorx
github.com/joomcode/errorx

Creates a new error with a type and message.

package main import ( "fmt" "github.com/joomcode/errorx" ) func main() { err := errorx.New("myError", "something went wrong") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
joomcode-errorx — go get joomcode-errorx · libregistry