Versions in this module Expand all Collapse all v1 v1.8.5 Sep 3, 2023 Changes in this version + func AllEqual(expected error, actual error) bool + 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) Severity() log.Severity + func (err *Error) String() string + func (err *Error) Unwrap() error + func (err *Error) WithPathObj(obj interface{}) *Error + func (err *Error) WriteToLog(opts ...ExportOption) + type ExportOption func(*ExportOptionHolder) + type ExportOptionHolder struct + SessionID uint32