ODataErrorException.Error 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.
Gets the ODataError instance representing the error read from the payload.
public Microsoft.OData.ODataError Error { get; }
member this.Error : Microsoft.OData.ODataError
Public ReadOnly Property Error As ODataError
Property Value
The ODataError instance representing the error read from the payload.