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.
Click to show internal directories.
Click to hide internal directories.