Previous Topic: LoggerNext Topic: Java Example


Output Parameters

ErrorLineNumber

If an error occurs due to the executing main method, this variable contains the number of the line of code that caused an error (if available). This field is empty if no error occurs due to the executing Java code.

ErrorMessage

If an error occurs due to the executing main method, this variable contains the error message. This field is empty if no error occurs due to the executing Main method.

ErrorRoot

If an error occurs due to the executing main method, this variable contains the line of code that caused the error (if available). This field is empty if no error occurs due to the executing main method.

ErrorException

If the executing main method throws an exception, this variable contains the exception that was thrown. This field is empty if no error occurs due to the executing main method.

Result
1

The operator finishes successfully.

-1

The operator fails.

Reason
Completed

The operator finishes successfully.

Error Message

The operator fails. If an error occurs due to the executing main method, this variable contains the ErrorMessage, the ErrorLineNumber, the ErrorRoot, and the ErrorException (when applicable).

ResponseMessage
ResponseCode
externalOpJarsType
externalOpJars
externalOpJarsExpression
inlineScriptType
inLineScript
scriptExpression
parameters
outputVariables
useLogger
logFile
logLevel
appendToLogFile
useSimpleLoggerLayout