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

Function memberIDErrorDetails

cmd/output.go:214–216  ·  view source on GitHub ↗
(memberID string)

Source from the content-addressed store, hash-verified

212}
213
214func memberIDErrorDetails(memberID string) map[string]any {
215 return map[string]any{"member_id": memberID}
216}
217
218func relocationErrorDetails(fromPath, toPath string) map[string]any {
219 return map[string]any{

Calls

no outgoing calls