ServiceErrorDetail Class

Definition

Error details.

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

Constructors

Name Description
ServiceErrorDetail()

Creates an new ServiceErrorDetail instance.

Properties

Name Description
Code

Error code.

Message

Error message.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceErrorDetail.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceErrorDetail.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Quota.Models.IServiceErrorDetail.

FromJsonString(String)

Creates a new instance of ServiceErrorDetail, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceErrorDetail into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to