ErrorResponseAutoGenerated2 Class

Definition

Error response.

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

Constructors

Name Description
ErrorResponseAutoGenerated2()

Creates an new ErrorResponseAutoGenerated2 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 ErrorResponseAutoGenerated2.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ErrorResponseAutoGenerated2.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ErrorResponseAutoGenerated2 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to