2.2.4.2.2 PCBackupClientFault

The PCBackupClientFault type contains information about an error that occurred in the computer backup client provider service.

   <xs:complexType name="PCBackupClientFault">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="Reason" type="PCBackupClientFaultReason" />
       <xs:element minOccurs="0" maxOccurs="1" name="Description" type="xs:string" />
       <xs:element minOccurs="0" maxOccurs="1" name="Other" type="xs:string" />
     </xs:sequence>
   </xs:complexType>

Reason: The fault reason.

Description: The fault description.

Other: Any other information.