Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dropbox/dbxcli
/ partialStdoutError
Function
partialStdoutError
cmd/stdout.go:63–65 ·
view source on GitHub ↗
(bytesWritten int64)
Source
from the content-addressed store, hash-verified
61
}
62
63
func
partialStdoutError(bytesWritten int64) error {
64
return
partialTransferError{bytesWritten: bytesWritten}
65
}
66
67
type
stdoutBrokenPipeWriter
struct
{
68
w io.Writer
Callers
8
jsonGoldenErrorOutputExamples
Function · 0.85
TestJSONErrorExamplesValidateAgainstPublicErrorSchema
Function · 0.85
TestJSONErrorSchemaRejectsInvalidDetailsType
Function · 0.85
downloadSharedLinkToStdout
Function · 0.85
downloadToStdout
Function · 0.85
TestJSONErrorDetailsIncludesJoinedErrorDetails
Function · 0.85
TestJSONErrorCodeUsesCodedErrors
Function · 0.85
TestExitCodeForCommonFailures
Function · 0.85
Calls
no outgoing calls
Tested by
6
jsonGoldenErrorOutputExamples
Function · 0.68
TestJSONErrorExamplesValidateAgainstPublicErrorSchema
Function · 0.68
TestJSONErrorSchemaRejectsInvalidDetailsType
Function · 0.68
TestJSONErrorDetailsIncludesJoinedErrorDetails
Function · 0.68
TestJSONErrorCodeUsesCodedErrors
Function · 0.68
TestExitCodeForCommonFailures
Function · 0.68