Summary
Gets or sets the error code of the warning or error message.
- Namespace
- Cake
.Common .Build .AzurePipelines .Data - Containing Type
- Azure
Pipelines Message Data
Syntax
public int? ErrorCode { get; set; }
Value
Type | Description |
---|---|
int? | The error code of the warning or error. |