共用方式為


ErrorResponseBody Class

Definition

Details of error response.

public class ErrorResponseBody
type ErrorResponseBody = class
Public Class ErrorResponseBody
Inheritance
ErrorResponseBody

Constructors

ErrorResponseBody()

Initializes a new instance of the ErrorResponseBody class.

ErrorResponseBody(String, String, String, IList<ErrorResponseBody>)

Initializes a new instance of the ErrorResponseBody class.

Properties

Code

Gets or sets error code, intended to be consumed programmatically.

Details

Gets or sets a list of additional details about the error.

Message

Gets or sets description of the error, intended for display in user interface.

Target

Gets or sets target of the particular error, for example name of the property.

Applies to