Interface IntegrationError
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity
public interface IntegrationError
extends org.activiti.cloud.api.model.shared.CloudRuntimeEntity
-
Method Summary
Modifier and TypeMethodDescriptionorg.activiti.api.process.model.IntegrationContextMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
Method Details
-
getIntegrationContext
org.activiti.api.process.model.IntegrationContext getIntegrationContext() -
getIntegrationRequest
IntegrationRequest getIntegrationRequest() -
getErrorCode
String getErrorCode() -
getStackTraceElements
List<StackTraceElement> getStackTraceElements() -
getErrorMessage
String getErrorMessage() -
getErrorClassName
String getErrorClassName()
-