errorsx

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2026 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Overview

Package errorsx is a mvm-aware replacement for the parts of stdlib `errors` that need to walk error chains containing interpreted error types. Native stderrors.As panics on a target whose rtype lacks the Error method, which is the case for any interpreted error struct (its rtype comes from reflect.StructOf, which has no method set). errorsx replaces errors.As at import time so the chain walk uses mvm-aware type information and routes through bridge wrappers transparently.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL