MCPcopy Create free account
hub / github.com/openclaw/gogcli / wrapAdminDirectoryError

Function wrapAdminDirectoryError

internal/cmd/admin_common.go:107–109  ·  view source on GitHub ↗

wrapAdminDirectoryError provides helpful error messages for common Admin SDK issues.

(err error, account string)

Source from the content-addressed store, hash-verified

105
106// wrapAdminDirectoryError provides helpful error messages for common Admin SDK issues.
107func wrapAdminDirectoryError(err error, account string) error {
108 return wrapAdminDirectoryErrorWithScopes(err, account, "admin.directory.user, admin.directory.group, and admin.directory.group.member scopes")
109}
110
111func wrapAdminOrgUnitDirectoryError(err error, account string) error {
112 return wrapAdminDirectoryErrorWithScopes(err, account, "admin.directory.orgunit scope")

Callers 11

buildAdminBackupSnapshotFunction · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 1