Compartir a través de


ErrorResponseBody Class

Definition

An error response from the Azure Container Registry service.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ErrorResponseBodyTypeConverter))]
public class ErrorResponseBody : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IErrorResponseBody
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ErrorResponseBodyTypeConverter))>]
type ErrorResponseBody = class
    interface IErrorResponseBody
    interface IJsonSerializable
Public Class ErrorResponseBody
Implements IErrorResponseBody
Inheritance
ErrorResponseBody
Attributes
Implements

Constructors

ErrorResponseBody()

Creates an new ErrorResponseBody instance.

Properties

Code

error code.

Detail

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

Message

error message.

Target

target of the particular error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorResponseBody.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseBody.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IErrorResponseBody.

FromJsonString(String)

Creates a new instance of ErrorResponseBody, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseBody into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to