Share via


Error Class

Definition

Error definition.

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

Constructors

Name Description
Error()

Creates an new Error instance.

Properties

Name Description
Code

Service specific error code which serves as the substatus for the HTTP error code.

Detail

An array of additional nested error response info objects, as described by this contract.

Message

Description of the error.

Type

Service specific error type which serves as additional context for the error herein.

Methods

Name Description
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.SelfHelp.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