ODataInputContext.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.
Read a top-level error.
public virtual Microsoft.OData.ODataError ReadError ();
abstract member ReadError : unit -> Microsoft.OData.ODataError
override this.ReadError : unit -> Microsoft.OData.ODataError
Public Overridable Function ReadError () As ODataError
Returns
An ODataError representing the read error.