View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Fault - PartialFailureFault
- Class
- VMware.Hv.PartialFailureFault
- Thrown by
- Application_DeleteApplications, ApplicationIcon_GetByApplications, ApplicationIcon_GetSummaryViewByApplications, Desktop_AddMachinesToManualDesktop, Desktop_AddMachinesToSpecifiedNamingDesktop, Desktop_Rebalance, Desktop_Recompose, Desktop_Refresh, Desktop_RemoveMachinesFromManualDesktop, Farm_Recompose, GlobalApplicationEntitlement_AddApplicationsToGAE, GlobalEntitlement_AddDesktopsToGE, Machine_CancelTasks, Machine_DeleteMachines, Machine_EnterMaintenanceModeMachines, Machine_ExitMaintenanceModeMachines, Machine_RebuildMachines, Machine_RecoverMachines, Machine_ResetMachines, Machine_RestartMachines, Permission_CreatePermissions, Permission_DeletePermissions, RDSServer_RecoverMachines, Session_DisconnectSessions, Session_LogoffSessions, Session_LogoffSessionsForced, Session_ResetSessions, Session_RestartSessions, Session_SendMessages, UserEntitlement_CreateUserEntitlements, UserEntitlement_DeleteUserEntitlements
- Parent Class
- ViewServerFault
- See also
- PartialFailureFaultResult
- Since
- Horizon View 6.0
Fault Description
Indicates a partial failure with some possible successful return values. Normally used in "create multiple" and "delete multiple" methods when transactional behavior is not provided. The results array field will contain either a return value or an exception in original index order.Data Object Properties
Properties
Name | Type | Description |
---|---|---|
resultCount | xsd:int |
The number of results, either successful or unsuccessful, returned in this
partial failure.
|
successCount | xsd:int |
The number of successful results returned in this partial failure.
|
results | PartialFailureFaultResult[] |
All the successful or unsuccessful results of this partial failure, in
their original order.
|
Properties inherited from ViewServerFault | ||
errorMessage | ||
Properties inherited from MethodFault | ||
None |
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |