IServiceError Interface

Definition

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

Properties

Name Description
Code

Error code.

Detail

List of error details.

Message

Error message.

Methods

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

Applies to