GroupErrorCode Enumeration
Represents the error codes for the group provider.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataContractAttribute]
public enum GroupErrorCode
[DataContractAttribute]
public enum class GroupErrorCode
<DataContractAttribute>
Public Enumeration GroupErrorCode
Members
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. |
See Also
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top