2.2.4.9.2 DomainManagerFault
The DomainManagerFault type describes the fault generated by the domain manager.
-
<xs:complexType name="DomainManagerFault"> <xs:sequence> <xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Reason" type="tns:FailureReason" /> </xs:sequence> </xs:complexType>
Detail: The details about this fault.
Message: A message about this fault.
Reason: The reason for this fault.