다음을 통해 공유


Error Class

Definition

Azure App Configuration error object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ErrorTypeConverter))]
public class Error : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ErrorTypeConverter))>]
type Error = class
    interface IError
    interface IJsonSerializable
Public Class Error
Implements IError
Inheritance
Error
Attributes
Implements

Constructors

Error()

Creates an new Error instance.

Properties

Detail

A detailed description of the error.

Name

The name of the parameter that resulted in the error.

Status

The HTTP status code that the error maps to.

Title

A brief summary of the error.

Type

The type of the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Error.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Error.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.IError.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Error into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to