Versions in this module Expand all Collapse all v0 v0.1.0 Jul 8, 2026 Changes in this version + func GetSysInfo() map[string]string + func Init() + func SetAppInfo(key, value string) + func WrapError(err *Error) error + type Error struct + CallTrace []TracePoint + Cause error + SysInfo map[string]string + func NewError(e error) *Error + func UnwrapError(err error) (*Error, bool) + func (e *Error) String() string + func (e *Error) ToGoError() error + func (e *Error) Trace(fields ...string) *Error + func (e *Error) Untrace() *Error + type TracePoint struct + Env map[string][]string + Filename string + Function string + Line int