Share via


IError Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ErrorTypeConverter))]
public interface IError : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.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.

InnerError

Object containing more specific information than the current object about the error.

Message

Human-readable representation of the error.

Target

Target of the error.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to