ODataMessageReader.ReadErrorAsync 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.
Asynchronously reads an ODataError as the message payload.
public System.Threading.Tasks.Task<Microsoft.OData.ODataError> ReadErrorAsync ();
member this.ReadErrorAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataError>
Public Function ReadErrorAsync () As Task(Of ODataError)
Returns
A task representing the asynchronous operation of reading the error.