次の方法で共有


IError Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ErrorTypeConverter))]
public interface IError : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ErrorTypeConverter))>]
type IError = interface
    interface IJsonSerializable
Public Interface IError
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Code

The error code.

Message

The error message.

Target

The target of the particular error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to