2.2.5.106 IpamGpoErrorType
The IpamGpoErrorType simple type is an enumeration that specifies the error type encountered when applying the GPO operation.
-
<xs:simpleType name="IpamGpoErrorType"> <xs:restriction base="xsd:string"> <xs:enumeration value="IpamApiErrorGpoGenericFailure" /> <xs:enumeration value="IpamApiErrorGpoOperationFailed" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
IpamApiErrorGpoGenericFailure |
This is returned if the domain name is not valid. |
|
IpamApiErrorGpoOperationFailed |
This is returned if a failure was detected other than the previous case while applying the GPO operation. |