IErrorEntity Interface

Definition

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

Properties

Code
ExtendedCode
InnerError
Message
MessageTemplate
Parameter

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to