Versions in this module Expand all Collapse all v4 v4.41.0 Jun 24, 2021 Changes in this version + func Cause(err error) error + func Combine(maybeError ...error) error + func GetSeverity(err error) log.Severity + type Error struct + func New(msg ...interface{}) *Error + func (err *Error) AtDebug() *Error + func (err *Error) AtError() *Error + func (err *Error) AtInfo() *Error + func (err *Error) AtWarning() *Error + func (err *Error) Base(e error) *Error + func (err *Error) Error() string + func (err *Error) Inner() error + func (err *Error) Severity() log.Severity + func (err *Error) String() string + func (err *Error) WithPathObj(obj interface{}) *Error + func (err *Error) WriteToLog(opts ...ExportOption) + type ExportOption func(*ExportOptionHolder) + type ExportOptionHolder struct + SessionID uint32