次の方法で共有


IErrorDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ErrorDetailsTypeConverter))]
public interface IErrorDetails : Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.ErrorDetailsTypeConverter))>]
type IErrorDetails = interface
    interface IJsonSerializable
Public Interface IErrorDetails
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