Share via


ErrorResponseError Class

Definition

The error object.

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

Constructors

ErrorResponseError()

Initializes a new instance of the ErrorResponseError class.

ErrorResponseError(String, String, String, IList<ErrorResponse>, IList<ErrorAdditionalInfo>)

Initializes a new instance of the ErrorResponseError class.

Properties

AdditionalInfo

Gets the error additional info.

Code

Gets the error code.

Details

Gets the error details.

Message

Gets the error message.

Target

Gets the error target.

Applies to