ODataV4ErrorDetail

Represents more details about an OData error.

Syntax

public class ODataV4ErrorDetail

Inheritance

Properties

Code

[JsonPropertyName("code")]
public string Code { get; set; }
Gets or sets the error code to be used in payloads.

Returns

string

Message

[JsonPropertyName("message")]
public string Message { get; set; }
Gets or sets the error message.

Returns

string

Target

[JsonPropertyName("target")]
public string Target { get; set; }
Gets or sets the target of the particular error.

Returns

string