ODataV4ErrorResponse

The wrapper around an returned from an OData service.

Syntax

public class ODataV4ErrorResponse

Inheritance

Properties

Error

[JsonPropertyName("error")]
public ODataV4Error Error { get; set; }
Gets or sets the OData error information returned from the service. Contains detailed error information including code, message, and optional debugging details.

Returns

ODataV4Error