Share via


IErrorResponseCommonV2 Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ErrorResponseCommonV2TypeConverter))]
public interface IErrorResponseCommonV2 : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.ErrorResponseCommonV2TypeConverter))>]
type IErrorResponseCommonV2 = interface
    interface IJsonSerializable
Public Interface IErrorResponseCommonV2
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Message

The error message.

Target

The error target.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to