Partilhar via


IErrorResponse Interface

Definition

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

Properties

Code

Error code associated with the error that occurred.

Message

Describes the error in detail.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to