Share via


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, String, IList<String>, Object)

Initializes a new instance of the ErrorDetail class.

Properties

AdditionalProperties
Code

Gets or sets the error's code.

Message

Gets or sets a human readable error message.

Resources

Gets or sets indicates resources which were responsible for the error.

Target

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

Value

Gets or sets indicates which value in 'target' is responsible for the error.

Methods

Validate()

Validate the object.

Applies to