ErrorDetail Class

Definition

The error details object. Models OData protocol, 9.4 Error Response Body details object. http://docs.oasis-open.org/odata/odata/v4.01/csprd05/part1-protocol/odata-v4.01-csprd05-part1-protocol.html#_Toc14172757

[Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)]
public class ErrorDetail
[<Newtonsoft.Json.JsonObject(MemberSerialization=Newtonsoft.Json.MemberSerialization.OptIn)>]
type ErrorDetail = class
Public Class ErrorDetail
Inheritance
ErrorDetail
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

Name Description
ErrorDetail()

Properties

Name Description
AdditionalData

The AdditionalData property bag.

Code

This code serves as a sub-status for the error code specified in the Error object.

Message

The error message.

Target

Indicates the target of the error, for example, the name of the property in error.

Methods

Name Description
ToString()

Concatenates the error detail into a string.

Applies to