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

Function authRequiredErrorf

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

Source from the content-addressed store, hash-verified

133}
134
135func authRequiredErrorf(format string, args ...any) error {
136 return newCodedError(jsonErrorCodeAuthRequired, fmt.Errorf(format, args...))
137}
138
139func authRequiredErrorfWithDetails(format string, details map[string]any, args ...any) error {
140 return newCodedError(jsonErrorCodeAuthRequired, fmt.Errorf(format, args...), details)

Callers 2

Calls 1

newCodedErrorFunction · 0.85

Tested by 2