ODataError.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.
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.