ErrorResponseBody Class

Definition

An error response from the Azure Container Registry service.

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<InnerErrorDescription>)

Initializes a new instance of the ErrorResponseBody class.

Properties

Code

Gets or sets error code.

Details

Gets or sets an array of additional nested error response info objects, as described by this contract.

Message

Gets or sets error message.

Target

Gets or sets target of the particular error.

Methods

Validate()

Validate the object.

Applies to