다음을 통해 공유


IError Interface

Definition

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

Properties

Name Description
Code

The code of error.

Message

The message of error.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to