TaskContainerExecutionInformation.Error Property

Definition

Gets or sets detailed error information about the container.

[Newtonsoft.Json.JsonProperty(PropertyName="error")]
public string Error { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="error")>]
member this.Error : string with get, set
Public Property Error As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is the detailed error string from the Docker service, if available. It is equivalent to the error field returned by "docker inspect".

Applies to