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

Function wrapAdminOrgUnitDirectoryError

internal/cmd/admin_common.go:111–113  ·  view source on GitHub ↗
(err error, account string)

Source from the content-addressed store, hash-verified

109}
110
111func wrapAdminOrgUnitDirectoryError(err error, account string) error {
112 return wrapAdminDirectoryErrorWithScopes(err, account, "admin.directory.orgunit scope")
113}
114
115func wrapAdminDirectoryErrorWithScopes(err error, account, scopes string) error {
116 errStr := err.Error()

Callers 6

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 1