Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorNewlineInKey = errors.New("`\\n` found in key") ErrorEqualsInKey = errors.New("`=` found in key") )
View Source
var WithStack = noStack
Functions ¶
func SetErrorStackTrace ¶ added in v1.0.2
func SetErrorStackTrace(showTrace bool)
Types ¶
type ErrorWithStack ¶
type ErrorWithStack struct {
// contains filtered or unexported fields
}
func (ErrorWithStack) Error ¶
func (e ErrorWithStack) Error() string
func (ErrorWithStack) OriginalError ¶ added in v1.0.2
func (e ErrorWithStack) OriginalError() string
func (ErrorWithStack) Unwrap ¶
func (e ErrorWithStack) Unwrap() error
Click to show internal directories.
Click to hide internal directories.