Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorStack ¶
type ErrorStack interface {
StackTrace() errors.StackTrace
}
type ErrorWithStack ¶
type ErrorWithStack struct {
// contains filtered or unexported fields
}
func (*ErrorWithStack) Cause ¶
func (w *ErrorWithStack) Cause() error
func (ErrorWithStack) StackTrace ¶
func (s ErrorWithStack) StackTrace() errors.StackTrace
func (*ErrorWithStack) Unwrap ¶
func (w *ErrorWithStack) Unwrap() error
Unwrap provides compatibility for Go 1.13 error chains.
Click to show internal directories.
Click to hide internal directories.