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 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()