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

Function authRefreshFailedErrorf

cmd/output.go:167–169  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

165}
166
167func authRefreshFailedErrorf(format string, args ...any) error {
168 return newCodedError(jsonErrorCodeAuthRefreshFailed, fmt.Errorf(format, args...))
169}
170
171func authRefreshFailedErrorfWithDetails(format string, details map[string]any, args ...any) error {
172 return newCodedError(jsonErrorCodeAuthRefreshFailed, fmt.Errorf(format, args...), details)

Callers 1

Calls 1

newCodedErrorFunction · 0.85

Tested by 1