MCPcopy Create free account
hub / github.com/dropbox/dbxcli / partialTransferError

Struct partialTransferError

cmd/stdout.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13var errStdoutBrokenPipe = errors.New("stdout broken pipe")
14
15type partialTransferError struct {
16 bytesWritten int64
17}
18
19func (e partialTransferError) Error() string {
20 return fmt.Sprintf("download failed after writing %d bytes to stdout; cannot retry partial output", e.bytesWritten)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected