Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
func
(e codedError) Unwrap() error {
75
return
e.err
76
}
77
78
func
(e codedError) JSONErrorCode() string {
79
return
e.code
Callers
2
collectJSONErrorDetails
Function · 0.45
dropboxAPIErrorSummary
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected