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

Method JSONErrorDetails

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

Source from the content-addressed store, hash-verified

54type jsonDetailedError interface {
55 error
56 JSONErrorDetails() map[string]any
57}
58
59type codedError struct {

Callers 1

collectJSONErrorDetailsFunction · 0.65

Implementers 3

codedErrorcmd/output.go
detailedErrorcmd/output.go

Calls

no outgoing calls

Tested by

no test coverage detected