Skip to content

Fault - PartialFailureFault

Java Class

com.omnissa.vdi.vlsi.binding.vdi.fault.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, ImageManagementAsset_CreateAssets, ImageManagementStream_CreateStreams, ImageManagementTag_CreateTags, ImageManagementVersion_CreateVersions, LogCollector_Clean, LogCollector_Collect, LogCollector_GetDownloadURL, LogCollector_GetTaskInfo, LogCollector_GetTaskInfoById, LogCollector_Purge, Machine_assignUsers, Machine_CancelTasks, Machine_DeleteMachines, Machine_EnterMaintenanceModeMachines, Machine_ExitMaintenanceModeMachines, Machine_RebuildMachines, Machine_RecoverMachines, Machine_ResetMachines, Machine_RestartMachines, Machine_unassignUsers, Machine_UpdateMachineAliases, Permission_CreatePermissions, Permission_DeletePermissions, RDSServer_RecoverMachines, Session_DisconnectSessions, Session_LogoffSessions, Session_LogoffSessionsForced, Session_ResetSessions, Session_RestartSessions, Session_SendMessages, UserEntitlement_CreateUserEntitlements, UserEntitlement_DeleteUserEntitlements

Extends

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

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. 1
Properties inherited from ViewServerFault
errorMessage
Properties inherited from MethodFault
None

  1. This property need not be set.