次の方法で共有


IErrorInfo Interface

Definition

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

Properties

Code

The error code.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to