ErrorLevelException

Indicates a command returned a non-zero errorlevel.

Constructors

this
this(int errorLevel, string command, string output, string file, size_t line)
Undocumented in source.

Members

Variables

command
string command;
Undocumented in source.
errorLevel
int errorLevel;
Undocumented in source.
output
string output;

The command's output is only available if the command was executed with runCollect. If it was executed with run, then Scriptlike doesn't have access to the output since it was simply sent straight to stdout/stderr.

Meta