type golang.org/x/xerrors.wrapError

7 uses

	golang.org/x/xerrors (current package)
		fmt.go#L58: 			return &wrapError{msg, err, frame}
		fmt.go#L78: 	return &wrapError{msg, err, frame}
		fmt.go#L167: type wrapError struct {
		fmt.go#L173: func (e *wrapError) Error() string {
		fmt.go#L177: func (e *wrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
		fmt.go#L179: func (e *wrapError) FormatError(p Printer) (next error) {
		fmt.go#L185: func (e *wrapError) Unwrap() error {