2.2.4.90 IpamExceptionData
The IpamExceptionData complex type is used to specify the details pertaining to the fault specified using IpamException instance.
-
<xs:complexType name="IpamExceptionData"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="ExceptionId" type="ipam1:IpamExceptionId" /> <xs:element minOccurs="0" name="ExceptionMessage" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
ExceptionId: Specifies the IpamExceptionId that is specifying the identifier and providing more information about the fault.
ExceptionMessage: This is the string format of the message generated by using the IPAM server language describing the fault.