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

Function authExchangeFailedErrorWithDetails

cmd/output.go:159–161  ·  view source on GitHub ↗
(message string, details map[string]any)

Source from the content-addressed store, hash-verified

157}
158
159func authExchangeFailedErrorWithDetails(message string, details map[string]any) error {
160 return newCodedError(jsonErrorCodeAuthExchangeFailed, errors.New(message), details)
161}
162
163func authExchangeFailedErrorfWithDetails(format string, details map[string]any, args ...any) error {
164 return newCodedError(jsonErrorCodeAuthExchangeFailed, fmt.Errorf(format, args...), details)

Callers 1

requestAccessCredentialFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected