共用方式為


ErrorResponseError Class

Definition

Error info.

public class ErrorResponseError
type ErrorResponseError = class
Public Class ErrorResponseError
Inheritance
ErrorResponseError

Constructors

ErrorResponseError()

Initializes a new instance of the ErrorResponseError class.

ErrorResponseError(String, String, IList<ErrorDetails>)

Initializes a new instance of the ErrorResponseError class.

Properties

Code

Gets or sets service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Details

Gets or sets error details.

Message

Gets or sets human-readable representation of the error.

Applies to