Class ScriptRunResponse


  • public class ScriptRunResponse
    extends Object
    The response to a ScriptRunRequest. This contains the results of running the script with the objects keyed by name. The message is optional and may be the output of an error. The return code is from the engine and may be one of the RC_ values. A negative result denotes there was an error processing the request,
    • RC_INTERNAL_ERROR means that there was an actual error in the runtime engine itself
    • RC_SCRIPT_NOT_FOUND means that the requested script was not found.
    • RC_SCRIPT_ERROR means that the script reported an error.
    • RC_NOT_RUN means that the request was not handled. E.g. the runtime engine could not start
    • RC_OK means everything ran fine.

    Created by Jeff Gaynor
    on 2/6/20 at 12:28 PM