Share via


ODataError.Details Property

Definition

A collection of JSON objects that MUST contain name/value pairs for code and message, and MAY contain a name/value pair for target, as described above.

public System.Collections.Generic.ICollection<Microsoft.OData.ODataErrorDetail> Details { get; set; }
member this.Details : System.Collections.Generic.ICollection<Microsoft.OData.ODataErrorDetail> with get, set
Public Property Details As ICollection(Of ODataErrorDetail)

Property Value

The error details.

Applies to