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

Function authExchangeFailedError

cmd/output.go:155–157  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

153}
154
155func authExchangeFailedError(message string) error {
156 return newCodedError(jsonErrorCodeAuthExchangeFailed, errors.New(message))
157}
158
159func authExchangeFailedErrorWithDetails(message string, details map[string]any) error {
160 return newCodedError(jsonErrorCodeAuthExchangeFailed, errors.New(message), details)

Callers 1

Calls 1

newCodedErrorFunction · 0.85

Tested by 1