Udostępnij przez


GraphQueryError1 Class

Definition

The error object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.GraphQueryError1TypeConverter))]
public class GraphQueryError1 : Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IGraphQueryError1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.GraphQueryError1TypeConverter))>]
type GraphQueryError1 = class
    interface IGraphQueryError1
    interface IJsonSerializable
Public Class GraphQueryError1
Implements IGraphQueryError1
Inheritance
GraphQueryError1
Attributes
Implements

Constructors

Name Description
GraphQueryError1()

Creates an new GraphQueryError1 instance.

Properties

Name Description
Code

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

Detail

The list of invalid fields send in request, in case of validation error.

Message

Human-readable representation of the error.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GraphQueryError1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GraphQueryError1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Models.IGraphQueryError1.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GraphQueryError1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to