Share via


AzureCoreFoundationsInnerError Class

Definition

An object containing more specific information about the error. As per Microsoft One API guidelines - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses.

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

Constructors

AzureCoreFoundationsInnerError()

Creates an new AzureCoreFoundationsInnerError instance.

Properties

Code

One of a server-defined set of error codes.

Innererror

Inner error.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureCoreFoundationsInnerError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureCoreFoundationsInnerError.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureCoreFoundationsInnerError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to