Cluster Functions Helper to Handle Unknown Errors
Source:R/clusterFunctions.R
cfHandleUnknownSubmitError.RdThis function is only intended for use in your own cluster functions implementation.
Simply constructs a SubmitJobResult object with status code 101, NA as batch id and
an informative error message containing the output of the OS command in output.
See also
Other ClusterFunctionsHelper:
cfBrewTemplate(),
cfKillJob(),
cfReadBrewTemplate(),
makeClusterFunctions(),
makeSubmitJobResult(),
runOSCommand()