IProviderInstance.ErrorDetail 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.
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