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

Function appKeyRequiredErrorWithDetails

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

Source from the content-addressed store, hash-verified

145}
146
147func appKeyRequiredErrorWithDetails(message string, details map[string]any) error {
148 return newCodedError(jsonErrorCodeAppKeyRequired, errors.New(message), details)
149}
150
151func appKeyRequiredErrorfWithDetails(format string, details map[string]any, args ...any) error {
152 return newCodedError(jsonErrorCodeAppKeyRequired, fmt.Errorf(format, args...), details)

Callers 2

refreshStoredCredentialFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected