Share via


AzureCoreFoundationsError Class

Definition

The error object.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.AzureCoreFoundationsErrorTypeConverter))]
public class AzureCoreFoundationsError : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IAzureCoreFoundationsError
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.AzureCoreFoundationsErrorTypeConverter))>]
type AzureCoreFoundationsError = class
    interface IAzureCoreFoundationsError
    interface IJsonSerializable
Public Class AzureCoreFoundationsError
Implements IAzureCoreFoundationsError
Inheritance
AzureCoreFoundationsError
Attributes
Implements

Constructors

AzureCoreFoundationsError()

Creates an new AzureCoreFoundationsError instance.

Properties

Code

One of a server-defined set of error codes.

Detail

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

Innererror

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

Message

A human-readable representation of the error.

Target

The target of the error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureCoreFoundationsError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureCoreFoundationsError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.IAzureCoreFoundationsError.

FromJsonString(String)

Creates a new instance of AzureCoreFoundationsError, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureCoreFoundationsError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to