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

DefaultErrorResponse Class

Definition

App Service error response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.DefaultErrorResponseTypeConverter))]
public class DefaultErrorResponse : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.DefaultErrorResponseTypeConverter))>]
type DefaultErrorResponse = class
    interface IDefaultErrorResponse
    interface IJsonSerializable
Public Class DefaultErrorResponse
Implements IDefaultErrorResponse
Inheritance
DefaultErrorResponse
Attributes
Implements

Constructors

DefaultErrorResponse()

Creates an new DefaultErrorResponse instance.

Properties

Code

Standardized string to programmatically identify the error.

Detail
Innererror

More information to debug error.

Message

Detailed error description and debugging information.

Target

Detailed error description and debugging information.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultErrorResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultErrorResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IDefaultErrorResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultErrorResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to