Searched defs:wrappedError (Results 1 – 1 of 1) sorted by relevance
628 type wrappedError struct { struct629 msg string630 cause error633 func (e wrappedError) Error() string {639 func (e wrappedError) Unwrap() error {