Versions in this module Expand all Collapse all v0 v0.1.3 Feb 23, 2020 Changes in this version + func WriteErrList(w io.Writer, errs ...error) + type Config struct + Cause bool + EventLoc bool + RuntimeFrames bool + Stack bool + TestingFrames bool + func DefaultConfig() Config + type Error struct + Cause []Error + Loc Location + Msg string + Stack []Location + type Event struct + Errors []Error + Loc Location + func NewConfiguredEvent(config Config, errs ...error) (*Event, error) + func NewEvent(errs ...error) (*Event, error) + type Location struct + File string + Func string + Line string + Pkg string