Aracılığıyla paylaş


IErrorProperties Interface

Definition

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

Properties

Code

Error code.

Message

Error message indicating why the operation failed.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to