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