Share via


InnerError Class

Definition

Inner error containing list of errors.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.InnerErrorTypeConverter))]
public class InnerError : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IInnerError, Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.InnerErrorTypeConverter))>]
type InnerError = class
    interface IInnerError
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class InnerError
Implements IAssociativeArray(Of Object), IInnerError
Inheritance
InnerError
Attributes
Implements

Constructors

InnerError()

Creates an new InnerError instance.

Fields

__additionalProperties

Properties

Code

Specific error code than was provided by the containing error.

InnerError1

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

Item[String]

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InnerError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InnerError.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Models.Api20201120.IInnerError.

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of InnerError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

TryGetValue(String, Object)

Operators

Implicit(InnerError to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties
IAssociativeArray<Object>.Count
IAssociativeArray<Object>.Keys
IAssociativeArray<Object>.Values

Applies to