IAsrTask.Error Property

Definition

The task error details.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The task error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IJobErrorDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="errors", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IJobErrorDetails> Error { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Create=true, Description="The task error details.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IJobErrorDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="errors", Update=true)>]
member this.Error : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.IJobErrorDetails> with get, set
Public Property Error As List(Of IJobErrorDetails)

Property Value

Attributes

Applies to