Versions in this module Expand all Collapse all v0 v0.2.1 Mar 8, 2020 v0.2.0 Mar 8, 2020 Changes in this version + var SentinelError = errors.New("example: sentinel error check") + func Basic() error + func NewRegister() interfaces.Register + func Sentinel() error + func TypeAssertion() error + func WrapAndUnwrap() error + type TypeAssertionError struct + func (t *TypeAssertionError) Error() string + type WrapError struct + InnerError error + func (w *WrapError) Error() string + func (w *WrapError) Unwrap() error