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

Function authRequiredErrorfWithDetails

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

Source from the content-addressed store, hash-verified

137}
138
139func authRequiredErrorfWithDetails(format string, details map[string]any, args ...any) error {
140 return newCodedError(jsonErrorCodeAuthRequired, fmt.Errorf(format, args...), details)
141}
142
143func appKeyRequiredError(message string) error {
144 return newCodedError(jsonErrorCodeAppKeyRequired, errors.New(message))

Callers 1

missingAccessTokenErrorFunction · 0.85

Calls 1

newCodedErrorFunction · 0.85

Tested by

no test coverage detected