Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reads an ODataError as the message payload.
Namespace: Microsoft.OData.Core
Assembly: Microsoft.OData.Core (in Microsoft.OData.Core.dll)
Syntax
public ODataError ReadError()
public:
ODataError^ ReadError()
member ReadError : unit -> ODataError
Public Function ReadError As ODataError
Return Value
Type: Microsoft.OData.Core.ODataError
The ODataError read from the message payload.
See Also
ODataMessageReader Class
Microsoft.OData.Core Namespace
Return to top