io.PipeWriter.CloseWithError (method)

13 uses

	io (current package)
		pipe.go#L169: 	return w.CloseWithError(nil)
		pipe.go#L178: func (w *PipeWriter) CloseWithError(err error) error {

	cloud.google.com/go/storage
		writer.go#L261: 	return w.pw.CloseWithError(err)

	github.com/go-git/go-git/v5
		remote.go#L1109: 				done <- wr.CloseWithError(err)

	github.com/go-git/go-git/v5/plumbing/transport/server
		server.go#L170: 		pw.CloseWithError(err)

	github.com/jackc/pgx/v4
		copy_from.go#L125: 				w.CloseWithError(err)
		copy_from.go#L130: 				w.CloseWithError(ct.rowSrc.Err())

	golang.org/x/crypto/ssh
		session.go#L490: 			w.CloseWithError(err)

	google.golang.org/api/internal/gensupport
		media.go#L134: 				pw.CloseWithError(fmt.Errorf("googleapi: CreatePart failed: %v", err))
		media.go#L140: 				pw.CloseWithError(fmt.Errorf("googleapi: Copy failed: %v", err))

	net/http
		fs.go#L311: 						pw.CloseWithError(err)
		fs.go#L315: 						pw.CloseWithError(err)
		fs.go#L319: 						pw.CloseWithError(err)