ErrorText

This node will be erased when starting a command execution. It will only be created when a command fails to execute properly.

It will contain a string with a textual description of the failure. The text description mainly serves as debugging help and might change in future software revisions. If you want to check for specific errors, an application should use the ErrorSymbol node which provides a fixed failure code in form of a short string.

Format

String

An English text description of the failure.