Versions in this module Expand all Collapse all v0 v0.2.0 Dec 17, 2018 Changes in this version type Error + func Wrapf(err error, fields Fields, msg string, a ...interface{}) Error v0.1.0 Dec 15, 2018 Changes in this version + type Error struct + func Wrap(err error, fields Fields, msgs ...string) Error + func (e Error) Cause() error + func (e Error) Error() string + func (e Error) Fields() Fields + func (e Error) Msgs() []string + type Fields map[string]interface