Summary
Adds a script error to the result.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- I
Script Analyzer Context
Syntax
void AddScriptError(string error)
Parameters
Name | Type | Description |
---|---|---|
error | string | The script error to add. |
Return Value
Type | Description |
---|---|
void |