次の方法で共有


IErrorEntity Interface

Definition

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

Properties

Code

Basic error code.

Detail

Error Details.

ExtendedCode

Type of error.

InnerError

Inner errors.

Message

Any details of the error.

MessageTemplate

Message template.

Parameter

Parameters for the template.

Target

The error target.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to