Summary
    Log an error to timeline record of current task.
    
		- Namespace
 - Cake
.Common .Build .AzurePipelines  - Containing Type
 - Azure
Pipelines Commands  
Syntax
public void WriteError(string message)
	Parameters
| Name | Type | Description | 
|---|---|---|
| message | string | The error message. | 
Return Value
| Type | Description | 
|---|---|
| void | 
