ITaskRun.RunErrorMessage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error message received from backend systems after the run is scheduled.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The error message received from backend systems after the run is scheduled.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="runErrorMessage")]
public string RunErrorMessage { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="The error message received from backend systems after the run is scheduled.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="runErrorMessage")>]
member this.RunErrorMessage : string
Public ReadOnly Property RunErrorMessage As String
Property Value
- Attributes