IProviderInstance.ErrorInnerError 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.
Object containing more specific information than the current object about the error.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Object containing more specific information than the current object about the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IErrorInnerError) }, ReadOnly=true, Required=false, SerializedName="innerError")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IErrorInnerError ErrorInnerError { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Object containing more specific information than the current object about the error.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IErrorInnerError) }, ReadOnly=true, Required=false, SerializedName="innerError")>]
member this.ErrorInnerError : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.IErrorInnerError
Public ReadOnly Property ErrorInnerError As IErrorInnerError
Property Value
- Attributes