Share via


ErrorDetailAutoGenerated Class

Definition

The error detail.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ErrorDetailAutoGeneratedTypeConverter))]
public class ErrorDetailAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetailAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ErrorDetailAutoGeneratedTypeConverter))>]
type ErrorDetailAutoGenerated = class
    interface IErrorDetailAutoGenerated
    interface IJsonSerializable
Public Class ErrorDetailAutoGenerated
Implements IErrorDetailAutoGenerated
Inheritance
ErrorDetailAutoGenerated
Attributes
Implements

Constructors

Name Description
ErrorDetailAutoGenerated()

Creates an new ErrorDetailAutoGenerated instance.

Properties

Name Description
AdditionalInfo

The error additional info.

Code

The error code.

Detail

The error details.

Message

The error message.

Target

The error target.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorDetailAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorDetailAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IErrorDetailAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorDetailAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to