Versions in this module Expand all Collapse all v0 v0.0.10 Oct 19, 2025 v0.0.9 Oct 12, 2025 Changes in this version + func Errorf(format string, a ...any) error + func ErrorfOneLine(format string, a ...any) error + func LogError(skip, depth int, msg string, args ...interface{}) + func LogErrorOneLine(skip int, msg string, args ...interface{}) + func New(text string) error + func Wrap(err error, text string) error + type Error struct + func (e *Error) Error() string + func (e *Error) ErrorWithFrame() string + func (e *Error) Unwrap() error