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

Function appKeyRequiredErrorfWithDetails

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

Source from the content-addressed store, hash-verified

149}
150
151func appKeyRequiredErrorfWithDetails(format string, details map[string]any, args ...any) error {
152 return newCodedError(jsonErrorCodeAppKeyRequired, fmt.Errorf(format, args...), details)
153}
154
155func authExchangeFailedError(message string) error {
156 return newCodedError(jsonErrorCodeAuthExchangeFailed, errors.New(message))

Callers 1

getAccessCredentialFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected