Compartir a través de


ErrorEntity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter))]
public class ErrorEntity : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IErrorEntity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ErrorEntityTypeConverter))>]
type ErrorEntity = class
    interface IErrorEntity
    interface IJsonSerializable
Public Class ErrorEntity
Implements IErrorEntity
Inheritance
ErrorEntity
Attributes
Implements

Constructors

ErrorEntity()

Properties

Code
ExtendedCode
InnerError
Message
MessageTemplate
Parameter

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to