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

Method Unwrap

cmd/output.go:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (e codedError) Unwrap() error {
75 return e.err
76}
77
78func (e codedError) JSONErrorCode() string {
79 return e.code

Callers 2

collectJSONErrorDetailsFunction · 0.45
dropboxAPIErrorSummaryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected