Freigeben über


IGraphQueryError1 Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to