Uses of Class
com.mypurecloud.sdk.v2.model.V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
Packages that use V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo
-
Uses of V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return V2FlowExecutionDataFlowidTopicFlowErrorWarningInfoModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowErrorWarningInfo.executionId(String executionId) If applicable, the executionId for the executionItem that invoked the error or warning.V2FlowExecutionDataFlowidTopicFlowExecutionItem.getError()V2FlowExecutionDataFlowidTopicFlowExecutionItem.getWarning()If applicable, the objectId for the executionItem that invoked the error or warning.The reason a executionItem encountered an error or warning.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type V2FlowExecutionDataFlowidTopicFlowErrorWarningInfoModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionHistory.getErrors()V2FlowExecutionDataFlowidTopicFlowExecutionHistory.getWarnings()Methods in com.mypurecloud.sdk.v2.model with parameters of type V2FlowExecutionDataFlowidTopicFlowErrorWarningInfoModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionItem.error(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo error) Event generated when a Flow's Execution History is received and logged.voidV2FlowExecutionDataFlowidTopicFlowExecutionItem.setError(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo error) voidV2FlowExecutionDataFlowidTopicFlowExecutionItem.setWarning(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo warning) V2FlowExecutionDataFlowidTopicFlowExecutionItem.warning(V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo warning) Event generated when a Flow's Execution History is received and logged.Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type V2FlowExecutionDataFlowidTopicFlowErrorWarningInfoModifier and TypeMethodDescriptionV2FlowExecutionDataFlowidTopicFlowExecutionHistory.errors(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> errors) If the flow invoked error handling, an array of errors.voidV2FlowExecutionDataFlowidTopicFlowExecutionHistory.setErrors(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> errors) voidV2FlowExecutionDataFlowidTopicFlowExecutionHistory.setWarnings(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> warnings) V2FlowExecutionDataFlowidTopicFlowExecutionHistory.warnings(List<V2FlowExecutionDataFlowidTopicFlowErrorWarningInfo> warnings) If the flow encountered a warning during execution, this is an array of the warnings.