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

Struct detailedError

cmd/output.go:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type detailedError struct {
66 err error
67 details map[string]any
68}
69
70func (e codedError) Error() string {
71 return e.err.Error()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected