ODataMessageReader.ReadError Method
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.
Reads an ODataError as the message payload.
public Microsoft.OData.ODataError ReadError ();
member this.ReadError : unit -> Microsoft.OData.ODataError
Public Function ReadError () As ODataError
Returns
The ODataError read from the message payload.