GroupErrorCode Enumeration
Represents the error codes for the group provider.
Assembly: UserObjectModel (in UserObjectModel.dll)
| Member name | Description | |
|---|---|---|
| AccessDenied | Indicates that access to the group account is denied. | |
| ActiveDirectoryNotAvailable | Indicates that Active Directory Domain Services (AD DS) is not available. | |
| CannotRevokeInheritedPermission | Indicates that the permission is inherited from a user group, so it cannot be revoked. | |
| Failed | Indicates that the operation failed. | |
| GroupExists | Indicates that the group account already exists. | |
| GroupNameInvalid | Indicates that the group name is not valid. | |
| GroupNameTooLong | Indicates that the group name is too long. | |
| GroupNotExist | Indicates that the group account does not exist. | |
| MemberNotExist | Indicates that a member of the group does not exist. | |
| ModifySecurityGroupMembershipFailed | Indicates that there was a failed attempt to modify the Remote Web Access (RWA)/Virtual Private Network (VPN) permissions for a group account. | |
| ProviderNotAvailable | Indicates that the group provider is not available. | |
| Succeeded | Indicates that the operation succeeded. |