Sdílet prostřednictvím


IError Interface

Definition

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

Properties

Code

The error code.

InnerError

The inner error, contains a more specific error code.

Message

The error message.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to