通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Error Class

Definition

The error code compose of code and message.

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

Constructors

Name Description
Error()

Creates an new Error instance.

Properties

Name Description
Code

The code of error.

Message

The message of error.

Methods

Name Description
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.SpringCloud.Models.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.

ToString()

Applies to