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

Function pathConflictErrorWithPath

cmd/output.go:131–133  ·  view source on GitHub ↗
(path string, format string, args ...any)

Source from the content-addressed store, hash-verified

129}
130
131func pathConflictErrorWithPath(path string, format string, args ...any) error {
132 return newCodedError(jsonErrorCodePathConflict, fmt.Errorf(format, args...), pathErrorDetails(path))
133}
134
135func authRequiredErrorf(format string, args ...any) error {
136 return newCodedError(jsonErrorCodeAuthRequired, fmt.Errorf(format, args...))

Calls 2

newCodedErrorFunction · 0.85
pathErrorDetailsFunction · 0.85