Sdílet prostřednictvím


IErrorResponse Interface

Definition

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

Properties

Code

Error code.

Detail

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

Message

Error message indicating why the operation failed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to