Condividi tramite


ErrorDetail Class

Definition

Error details.

public class ErrorDetail
type ErrorDetail = class
Public Class ErrorDetail
Inheritance
ErrorDetail

Constructors

ErrorDetail()

Initializes a new instance of the ErrorDetail class.

ErrorDetail(String, String, String, IList<ErrorDetail>)

Initializes a new instance of the ErrorDetail class.

Properties

Code

Gets or sets the error's code.

Details

Gets or sets additional error details.

Message

Gets or sets a human readable error message.

Target

Gets or sets indicates which property in the request is responsible for the error.

Methods

Validate()

Validate the object.

Applies to