Share via


ExtendedErrorInfo Class

Definition

Extended error information including error code and error message

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExtendedErrorInfoTypeConverter))]
public class ExtendedErrorInfo : Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IExtendedErrorInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.ExtendedErrorInfoTypeConverter))>]
type ExtendedErrorInfo = class
    interface IExtendedErrorInfo
    interface IJsonSerializable
Public Class ExtendedErrorInfo
Implements IExtendedErrorInfo
Inheritance
ExtendedErrorInfo
Attributes
Implements

Constructors

ExtendedErrorInfo()

Creates an new ExtendedErrorInfo instance.

Properties

Code

Error code describing the reason that service is not able to process the incoming request

Message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExtendedErrorInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExtendedErrorInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Reservations.Models.Api20221101.IExtendedErrorInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExtendedErrorInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to