ErrorDetail.Details 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.
This is an array of details about specific errors that led to this reported error.
public System.Collections.Generic.IReadOnlyList<Azure.Analytics.Defender.Easm.ErrorDetail> Details { get; }
member this.Details : System.Collections.Generic.IReadOnlyList<Azure.Analytics.Defender.Easm.ErrorDetail>
Public ReadOnly Property Details As IReadOnlyList(Of ErrorDetail)