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 Detail

      • getIntegrationContext

        org.activiti.api.process.model.IntegrationContext getIntegrationContext()
      • getStackTraceElements

        java.util.List<java.lang.StackTraceElement> getStackTraceElements()
      • getErrorMessage

        java.lang.String getErrorMessage()
      • getErrorClassName

        java.lang.String getErrorClassName()