Interface IntegrationError
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity
public interface IntegrationError extends CloudRuntimeEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorClassName()StringgetErrorCode()StringgetErrorMessage()org.activiti.api.process.model.IntegrationContextgetIntegrationContext()IntegrationRequestgetIntegrationRequest()List<StackTraceElement>getStackTraceElements()-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
-
-
-
Method Detail
-
getIntegrationContext
org.activiti.api.process.model.IntegrationContext getIntegrationContext()
-
getIntegrationRequest
IntegrationRequest getIntegrationRequest()
-
getErrorCode
String getErrorCode()
-
getStackTraceElements
List<StackTraceElement> getStackTraceElements()
-
getErrorMessage
String getErrorMessage()
-
getErrorClassName
String getErrorClassName()
-
-