2.2.4.255 IpamGpoError
The IpamGpoError complex type extends attributes of a BaseIpamObject type (section 2.2.4.64). This encapsulates errors while creating GPOs for a particular domain.
-
<xs:complexType name="IpamGpoError"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="DomainName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ErrorInfoCollection" nillable="true" type="ipam:ArrayOfIpamGpoErrorInfo" /> <xs:element minOccurs="0" name="GpoName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
DomainName: This specifies the domain for which the error occurred.
ErrorInfoCollection: This specifies the collection of errors that occurred while adding/modifying the GPO.
GpoName: This specifies the GPO for which the error occurred.