ODataInputContext.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 read a top-level error.
public virtual System.Threading.Tasks.Task<Microsoft.OData.ODataError> ReadErrorAsync ();
abstract member ReadErrorAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataError>
override this.ReadErrorAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.ODataError>
Public Overridable Function ReadErrorAsync () As Task(Of ODataError)
Returns
Task which when completed returns an ODataError representing the read error.