View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - PartialFailureFaultResult
- Class
- VMware.Hv.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.- This data object must be updated as a whole.
Data Object Properties
Properties
Name | Type | Description |
---|---|---|
fault | MethodFault |
The error if the individual operation failed.
|
result | xsd:anyType |
The result (if any) of the function if the individual operation
succeeded.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |