Searched defs:wrappedError (Results 1 – 1 of 1) sorted by relevance
130 type wrappedError struct { struct131 prefix string132 err error135 func (w wrappedError) Error() string {139 func (w wrappedError) Unwrap() error {