你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ErrorEntityAutoGenerated Class

Definition

Body of the error response returned from the API.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ErrorEntityAutoGeneratedTypeConverter))]
public class ErrorEntityAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IErrorEntityAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ErrorEntityAutoGeneratedTypeConverter))>]
type ErrorEntityAutoGenerated = class
    interface IErrorEntityAutoGenerated
    interface IJsonSerializable
Public Class ErrorEntityAutoGenerated
Implements IErrorEntityAutoGenerated
Inheritance
ErrorEntityAutoGenerated
Attributes
Implements

Constructors

ErrorEntityAutoGenerated()

Creates an new ErrorEntityAutoGenerated instance.

Properties

Code

Basic error code.

Detail

Error Details.

ExtendedCode

Type of error.

InnerError

Inner errors.

Message

Any details of the error.

MessageTemplate

Message template.

Parameter

Parameters for the template.

Target

The error target.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorEntityAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorEntityAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IErrorEntityAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorEntityAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to