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