GraphQueryError1 Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() | |