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

Function commandFailedErrorfWithDetails

cmd/output.go:119–121  ·  view source on GitHub ↗
(format string, details map[string]any, args ...any)

Source from the content-addressed store, hash-verified

117}
118
119func commandFailedErrorfWithDetails(format string, details map[string]any, args ...any) error {
120 return newCodedError(jsonErrorCodeCommandFailed, fmt.Errorf(format, args...), details)
121}
122
123func invalidArgumentsErrorWithDetails(message string, details map[string]any) error {
124 return newCodedError(jsonErrorCodeInvalidArguments, errors.New(message), details)

Callers 3

putRecursiveInternalFunction · 0.85
relocationAggregateErrorFunction · 0.85
getRecursiveInternalFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected