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

Function authExchangeFailedErrorfWithDetails

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

Source from the content-addressed store, hash-verified

161}
162
163func authExchangeFailedErrorfWithDetails(format string, details map[string]any, args ...any) error {
164 return newCodedError(jsonErrorCodeAuthExchangeFailed, fmt.Errorf(format, args...), details)
165}
166
167func authRefreshFailedErrorf(format string, args ...any) error {
168 return newCodedError(jsonErrorCodeAuthRefreshFailed, fmt.Errorf(format, args...))

Callers 1

requestAccessCredentialFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected