Searched defs:wrapError (Results 1 – 2 of 2) sorted by relevance
54 type wrapError struct { struct55 msg string56 err error59 func (e *wrapError) Error() string {63 func (e *wrapError) Unwrap() error {
518 func (r *Reader) wrapError(off int, err error) error { func