Share via


IError Interface

Definition

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

Properties

Code

Server-defined set of error codes.

Detail

Array of details about specific errors that led to this reported error.

Message

Human-readable representation of the error.

Target

Target of the error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to