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

Method Error

cmd/output.go:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70func (e codedError) Error() string {
71 return e.err.Error()
72}
73
74func (e codedError) Unwrap() error {
75 return e.err

Calls

no outgoing calls