Compartir a través de


IInnerErrorDescription Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.InnerErrorDescriptionTypeConverter))]
public interface IInnerErrorDescription : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.InnerErrorDescriptionTypeConverter))>]
type IInnerErrorDescription = interface
    interface IJsonSerializable
Public Interface IInnerErrorDescription
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

error code.

Message

error message.

Target

target of the particular error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to