Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IpamGpoErrorInfo complex type allows extended attributes on an IpamExceptionData type.
-
<xs:complexType name="IpamGpoErrorInfo"> <xs:complexContent mixed="false"> <xs:extension base="ipam:BaseIpamObject"> <xs:sequence> <xs:element minOccurs="0" name="Domain" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="GpoErrorType" type="ipam:IpamGpoErrorType" /> <xs:element minOccurs="0" name="GpoName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="InnerErrorMessage" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="IpamGpoOperation" type="ipam:IpamGpoOperation" /> <xs:element minOccurs="0" name="ServerInfo" nillable="true" type="ipam:ServerInfo" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
Domain: Specifies the domain for which the error occurred.
GpoErrorType: This is of type ipam:IpamGpoErrorType and specifies the type of error that occurred while applying the GPO operation.
GpoName: Specifies the GPO for which the error occurred.
InnerErrorMessage: Specifies the error that occurred while applying the GPO operation.
IpamGpoOperation: This is of type ipam:IpamGpoOperation and specifies the type of operation that was being applied when the error occurred.
ServerInfo: This is of type ipam:ServerInfo and specifies the server details on which the GPO operation was being applied.