Share via


IServiceErrorDetail Interface

Definition

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

Properties

Code

Error code.

Message

Error message.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to