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

Struct codedError

cmd/output.go:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59type codedError struct {
60 code string
61 err error
62 details map[string]any
63}
64
65type detailedError struct {
66 err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected