Method GetErrors
GetErrors()
Virtual method for Error checks before execution.
Declaration
public override IList<string> GetErrors()
Returns
Type | Description |
---|---|
IList<string> | Returning a non null string array will display each string as an Error on the RuleEngine and Toolbox. |