Versions in this module Expand all Collapse all v1 v1.1.2 Oct 2, 2024 Changes in this version + const ErrorKey + const FirstKey + const InsertedKey + const MessageKey + const ValueKey + func TryInsert(err error) func(*zerolog.Event) + type ZeroError struct + func New() *ZeroError + func WithKeyMsg(err error, key, msg string) *ZeroError + func WithKeyVal(err error, key string, val any) *ZeroError + func WithMsg(err error, msg string) *ZeroError + func WithVal(err error, val any) *ZeroError + func (ze *ZeroError) As(target any) bool + func (ze *ZeroError) Insert(e *zerolog.Event) + func (ze *ZeroError) Is(err error) bool + func (ze *ZeroError) Join(err error) *ZeroError + func (ze *ZeroError) Unwrap() error + func (ze ZeroError) Error() string