ErrorResponseAutoGenerated Class

Definition

Error response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ErrorResponseAutoGeneratedTypeConverter))]
public class ErrorResponseAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IErrorResponseAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.ErrorResponseAutoGeneratedTypeConverter))>]
type ErrorResponseAutoGenerated = class
    interface IErrorResponseAutoGenerated
    interface IJsonSerializable
Public Class ErrorResponseAutoGenerated
Implements IErrorResponseAutoGenerated
Inheritance
ErrorResponseAutoGenerated
Attributes
Implements

Constructors

Name Description
ErrorResponseAutoGenerated()

Creates an new ErrorResponseAutoGenerated instance.

Properties

Name Description
AdditionalInfo

Additional scenario specific error details.

Code

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

Detail

Internal error details.

Message

Description of the error.

Target

The target of the error.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ErrorResponseAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PolicyInsights.Models.IErrorResponseAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to