IQueryFailure Interface

Definition

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

Properties

Name Description
Code

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

Message

Description of the error.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to