Compartir a través de


IErrorResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ErrorResponseTypeConverter))]
public interface IErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ErrorResponseTypeConverter))>]
type IErrorResponse = interface
    interface IJsonSerializable
Public Interface IErrorResponse
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Target

The target of the particular error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to