Share via


DefaultErrorResponseError Class

Definition

Error model.

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

Constructors

DefaultErrorResponseError()

Creates an new DefaultErrorResponseError 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 DefaultErrorResponseError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultErrorResponseError.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultErrorResponseError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to