Partager via


TaskContainerExecutionInformation.Error Propriété

Définition

Obtient ou définit des informations d’erreur détaillées sur le conteneur.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Il s’agit de la chaîne d’erreur détaillée du service Docker, si disponible. Il équivaut au champ d’erreur retourné par « docker inspect ».

S’applique à