Class ErrorEventDefinition

    • Field Detail

      • errorCode

        protected String errorCode
      • errorVariableName

        protected String errorVariableName
      • errorVariableTransient

        protected Boolean errorVariableTransient
      • errorVariableLocalScope

        protected Boolean errorVariableLocalScope
    • Constructor Detail

      • ErrorEventDefinition

        public ErrorEventDefinition()
    • Method Detail

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)
      • getErrorVariableName

        public String getErrorVariableName()
      • setErrorVariableName

        public void setErrorVariableName​(String errorVariableName)
      • getErrorVariableTransient

        public Boolean getErrorVariableTransient()
      • setErrorVariableTransient

        public void setErrorVariableTransient​(Boolean errorVariableTransient)
      • getErrorVariableLocalScope

        public Boolean getErrorVariableLocalScope()
      • setErrorVariableLocalScope

        public void setErrorVariableLocalScope​(Boolean errorVariableLocalScope)