Partilhar via


IErrorResponseError Interface

Definition

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

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to