Share via


IProviderInstance.ErrorDetail Property

Definition

Array of details about specific errors that led to this reported error.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError) }, ReadOnly=true, Required=false, SerializedName="details")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError[] ErrorDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Array of details about specific errors that led to this reported error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError) }, ReadOnly=true, Required=false, SerializedName="details")>]
member this.ErrorDetail : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IError[]
Public ReadOnly Property ErrorDetail As IError()

Property Value

IError[]
Attributes

Applies to