Dela via


IArmErrorResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseTypeConverter))]
public interface IArmErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Advisor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Advisor.Models.Api202001.ArmErrorResponseTypeConverter))>]
type IArmErrorResponse = interface
    interface IJsonSerializable
Public Interface IArmErrorResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Gets or sets the string that can be used to programmatically identify the error.

Message

Gets or sets the string that describes the error in detail and provides debugging information.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to