2.2.4.2.4 PCBackupServerFault

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

   <xs:complexType name="PCBackupServerFault">
     <xs:sequence>
       <xs:element minOccurs="1" maxOccurs="1" name="Reason" type="PCBackupServerFaultReason" />
       <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.