Skip to content

Data Object - PartialFailureFaultResult

Java Class

com.omnissa.vdi.vlsi.binding.vdi.fault.PartialFailureFault.PartialFailureFaultResult

Property of

PartialFailureFault

See also

MethodFault

Since

Horizon View 6.0

Data Object Description

The result of one individual operation. This will contain either a fault in the event that the operation failed or a result (if one exists) of the operation on success. At most one of these fields will be populated. 2

Data Object Properties

Name Type Description
fault MethodFault The error if the individual operation failed. 1
result xsd:anyType The result (if any) of the function if the individual operation succeeded. 1

  1. This property need not be set. 

  2. This data object must be updated as a whole.