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)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |