Versions in this module Expand all Collapse all v1 v1.0.0 Mar 29, 2020 Changes in this version + var MaxStackDepth int = math.MaxInt32 + func Cause(err error) error + func NewWithStacks(format string, a ...interface{}) error + func WithStacks(err error) error + func WithStacksAndMessage(err error, format string, args ...interface{}) error + type ErrorWithStacks struct + Err error + Stacks []string + func (e *ErrorWithStacks) Error() string