次の方法で共有


Error Class

Definition

Error details.

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

Constructors

Error()

Creates an new Error instance.

Properties

Code

The error code.

Message

The error message.

Target

The target of the particular error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Error.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Error.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HealthcareApis.Models.Api20211101.IError.

FromJsonString(String)

Creates a new instance of Error, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Error into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to